Просмотр исходного кода

Override openal-soft configuration (#2101)

This enforce speaker mode to avoid weird audio quality reduction with
output considered as headphones by Windows (It applies a HRTF or crossfeed filter supposed to improve audio quality, might be a bug on their end)
Mary 5 лет назад
Родитель
Сommit
39f171ece5
2 измененных файлов с 5 добавлено и 0 удалено
  1. 3 0
      Ryujinx/Ryujinx.csproj
  2. 2 0
      Ryujinx/alsoft.ini

+ 3 - 0
Ryujinx/Ryujinx.csproj

@@ -34,6 +34,9 @@
   </ItemGroup>
 
   <ItemGroup>
+    <None Update="alsoft.ini">
+      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+    </None>
     <None Update="Config.json" Condition="'$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Profile Debug'">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>

+ 2 - 0
Ryujinx/alsoft.ini

@@ -0,0 +1,2 @@
+[General]
+stereo-mode=speakers