mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 17:36:39 +00:00
Update IAudioController.cs
This commit is contained in:
parent
db0aa54233
commit
4e24866b47
1 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue