diff options
Diffstat (limited to 'system')
| -rw-r--r-- | system/box64.box64rc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/box64.box64rc b/system/box64.box64rc index 61611ed5..ed126466 100644 --- a/system/box64.box64rc +++ b/system/box64.box64rc @@ -47,6 +47,11 @@ BOX64_DYNAREC_FORWARD=512 BOX64_DYNAREC_CALLRET=1 BOX64_DYNAREC_ALIGNED_ATOMICS=1 +[AlienIsolation] +BOX64_MAXCPU=16 #will crash if too many cores are present, (like 128) +BOX64_DYNAREC_BIGBLOCK=3 +BOX64_DYNAREC_CALLRET=1 + [BALDI.x86_64] BOX64_DYNAREC_STRONGMEM=1 #little to no performance impact also makes game not crash BOX64_PREFER_EMULATED=1 |