Update IAudioController.cs

This commit is contained in:
Ac_K 2018-04-18 03:38:13 +02:00 committed by GitHub
parent 66dc6049b1
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)
{
Context.ResponseData.Write(1);
Context.ResponseData.Write(1f);
Logging.Stub(LogClass.ServiceAm, "Stubbed");
@ -42,7 +42,7 @@ namespace Ryujinx.Core.OsHle.Services.Am
public long GetLibraryAppletExpectedMasterVolume(ServiceCtx Context)
{
Context.ResponseData.Write(1);
Context.ResponseData.Write(1f);
Logging.Stub(LogClass.ServiceAm, "Stubbed");