diff --git a/Ryujinx.Core/OsHle/Services/Aud/IAudioRendererManager.cs b/Ryujinx.Core/OsHle/Services/Aud/IAudioRendererManager.cs index 97dc074cd..dbf3600d0 100644 --- a/Ryujinx.Core/OsHle/Services/Aud/IAudioRendererManager.cs +++ b/Ryujinx.Core/OsHle/Services/Aud/IAudioRendererManager.cs @@ -45,7 +45,7 @@ namespace Ryujinx.Core.OsHle.Services.Aud Context.Ns.Log.PrintStub(LogClass.ServiceAudio, "Stubbed."); - Context.ResponseData.Write(0x400L); + Context.ResponseData.Write(0x800L); return 0; } @@ -59,4 +59,4 @@ namespace Ryujinx.Core.OsHle.Services.Aud return 0; } } -} \ No newline at end of file +}