mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-29 03:46:24 +02:00
Reset Ryujinx
This commit is contained in:
parent
8d4f004a59
commit
e170ed01ad
13 changed files with 55 additions and 99 deletions
|
@ -19,7 +19,7 @@ namespace ARMeilleure.Translation.Cache
|
|||
|
||||
private const int CodeAlignment = 4; // Bytes.
|
||||
private const int CacheSize = 2047 * 1024 * 1024;
|
||||
private const int CacheSizeIOS = 512 * 768 * 1024;
|
||||
private const int CacheSizeIOS = 512 * 1024 * 1024;
|
||||
|
||||
private static ReservedRegion _jitRegion;
|
||||
private static JitCacheInvalidation _jitCacheInvalidator;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue