diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-10-31 10:42:25 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-10-31 10:42:25 +0100 |
| commit | 3ae69926413642a645a260f4b4e21253988186e1 (patch) | |
| tree | 6af1236a7a950c32456737f9678565fb4810203f /system | |
| parent | a243532730cd96c25adb61930d4d795227a2f6ba (diff) | |
| download | box64-3ae69926413642a645a260f4b4e21253988186e1.tar.gz box64-3ae69926413642a645a260f4b4e21253988186e1.zip | |
[RCFILE] Added a profile for AlienIsolation linux version
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 |