From 39f171ece5df6ba07f1d4a5aaf6f3026ce15833e Mon Sep 17 00:00:00 2001 From: Mary Date: Sat, 13 Mar 2021 11:20:02 +0100 Subject: [PATCH] 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) --- Ryujinx/Ryujinx.csproj | 3 +++ Ryujinx/alsoft.ini | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 Ryujinx/alsoft.ini diff --git a/Ryujinx/Ryujinx.csproj b/Ryujinx/Ryujinx.csproj index 7df776677..5dd250f4a 100644 --- a/Ryujinx/Ryujinx.csproj +++ b/Ryujinx/Ryujinx.csproj @@ -34,6 +34,9 @@ + + Always + PreserveNewest diff --git a/Ryujinx/alsoft.ini b/Ryujinx/alsoft.ini new file mode 100644 index 000000000..a142619a3 --- /dev/null +++ b/Ryujinx/alsoft.ini @@ -0,0 +1,2 @@ +[General] +stereo-mode=speakers