mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-27 19:06:23 +02:00
put this back to regular
This commit is contained in:
parent
06151295ab
commit
9c3870d62f
1 changed files with 1 additions and 1 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 * 1024 * 1024;
|
||||
private const int CacheSizeIOS = 2047 * 1024 * 1024;
|
||||
|
||||
private static ReservedRegion _jitRegion;
|
||||
private static JitCacheInvalidation _jitCacheInvalidator;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue