Explorar o código

Fix missing default value of audio volume. (#2939)

sharmander %!s(int64=4) %!d(string=hai) anos
pai
achega
7c7bf30ad3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Ryujinx/Configuration/ConfigurationState.cs

+ 1 - 0
Ryujinx/Configuration/ConfigurationState.cs

@@ -546,6 +546,7 @@ namespace Ryujinx.Configuration
             System.EnableFsIntegrityChecks.Value   = true;
             System.FsGlobalAccessLogMode.Value     = 0;
             System.AudioBackend.Value              = AudioBackend.SDL2;
+            System.AudioVolume.Value               = 1;
             System.MemoryManagerMode.Value         = MemoryManagerMode.HostMappedUnsafe;
             System.ExpandRam.Value                 = false;
             System.IgnoreMissingServices.Value     = false;