mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-07-14 06:54:18 +00:00
Bump the maximum number of threads
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Ryujinx.Core.OsHle
|
||||
|
||||
public const long MainStackAddress = AMemoryMgr.AddrSize - MainStackSize;
|
||||
|
||||
public const long TlsPagesSize = 0x4000;
|
||||
public const long TlsPagesSize = 0x20000;
|
||||
|
||||
public const long TlsPagesAddress = MainStackAddress - TlsPagesSize;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user