소스 검색

Update IAudioController.cs

Ac_K 8 년 전
부모
커밋
4e24866b47
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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");