A fix for some games.
Apparently the audio rendering buffer size has something to do with games booting.
This commit is contained in:
parent
7cda630aba
commit
e4b703ec16
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue