mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-23 22:20:52 -05: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