Update IAudioController.cs
This commit is contained in:
parent
66dc6049b1
commit
0fb01aba40
1 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue