Update IAudioController.cs

This commit is contained in:
Ac_K 2018-04-18 03:38:13 +02:00 committed by GitHub
commit 0fb01aba40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ namespace Ryujinx.Core.OsHle.Services.Am
public long GetMainAppletExpectedMasterVolume(ServiceCtx Context) public long GetMainAppletExpectedMasterVolume(ServiceCtx Context)
{ {
Context.ResponseData.Write(1); Context.ResponseData.Write(1f);
Logging.Stub(LogClass.ServiceAm, "Stubbed"); Logging.Stub(LogClass.ServiceAm, "Stubbed");
@ -42,7 +42,7 @@ namespace Ryujinx.Core.OsHle.Services.Am
public long GetLibraryAppletExpectedMasterVolume(ServiceCtx Context) public long GetLibraryAppletExpectedMasterVolume(ServiceCtx Context)
{ {
Context.ResponseData.Write(1); Context.ResponseData.Write(1f);
Logging.Stub(LogClass.ServiceAm, "Stubbed"); Logging.Stub(LogClass.ServiceAm, "Stubbed");