mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-12 01:37:02 +00:00
Horizon: Audio: HwopusIpcServer: fix random crashes regression in Pokemon Quest
This commit is contained in:
parent
a7af26bc1f
commit
ec9713b111
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