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)
This commit is contained in:
Mary 2021-03-13 11:20:02 +01:00 committed by GitHub
parent 548add9abd
commit 39f171ece5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -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
Ryujinx/alsoft.ini Normal file
View file

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