Update IAudioController.cs

pull/102/merge
Ac_K 2018-04-23 05:02:30 +02:00 committed by GitHub
parent db0aa54233
commit 4e24866b47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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");