Bump the maximum number of threads

This commit is contained in:
gdkchan 2018-04-06 10:53:18 -03:00
parent df3cbadceb
commit b27944c0b5
2 changed files with 4 additions and 3 deletions

View file

@ -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;