Explorar o código

Update IAudioController.cs

Ac_K %!s(int64=8) %!d(string=hai) anos
pai
achega
4e24866b47
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Ryujinx.Core/OsHle/Services/Am/IAudioController.cs

+ 2 - 2
Ryujinx.Core/OsHle/Services/Am/IAudioController.cs

@@ -23,8 +23,8 @@ namespace Ryujinx.Core.OsHle.Services.Am
 
         public long SetExpectedMasterVolume(ServiceCtx Context)
         {
-            float Unknown0 = Context.RequestData.ReadSingle();
-            float Unknown1 = Context.RequestData.ReadSingle();
+            float AppletVolume        = Context.RequestData.ReadSingle();
+            float LibraryAppletVolume = Context.RequestData.ReadSingle();
 
             Logging.Stub(LogClass.ServiceAm, "Stubbed");