mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-13 04:37:02 +00:00
Horizon: Audio: HwopusIpcServer: fix random crashes regression in Pokemon Quest
This commit is contained in:
parent
6d9e7fea75
commit
a187ec09d7
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ namespace Ryujinx.Horizon.Audio
|
|||
{
|
||||
class HwopusIpcServer
|
||||
{
|
||||
private const int MaxSessionsCount = 24;
|
||||
private const int MaxSessionsCount = 25;
|
||||
|
||||
private const int PointerBufferSize = 0x1000;
|
||||
private const int MaxDomains = 8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue