diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-08-29 15:21:41 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-08-29 15:21:41 +0200 |
| commit | 87064c15ec0be19e65ed1281238cb2c946397fcf (patch) | |
| tree | 94e0b729bd67eb67c33a85ae594d351147cd3f17 /system | |
| parent | 67d6501f54cdb24a1f46249fa44b3309eec3a688 (diff) | |
| download | box64-87064c15ec0be19e65ed1281238cb2c946397fcf.tar.gz box64-87064c15ec0be19e65ed1281238cb2c946397fcf.zip | |
[RCFILE] Added 2 more game profiles
Diffstat (limited to 'system')
| -rw-r--r-- | system/box64.box64rc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/box64.box64rc b/system/box64.box64rc index a91f8ea2..05ddfdf4 100644 --- a/system/box64.box64rc +++ b/system/box64.box64rc @@ -81,6 +81,11 @@ BOX64_MAXCPU=16 #will crash if too many cores are present, (like 128) BOX64_DYNAREC_BIGBLOCK=3 BOX64_DYNAREC_CALLRET=1 +[amtrucks] +BOX64_DYNAREC_BIGBLOCK=3 +BOX64_DYNAREC_CALLRET=1 +BOX64_DYNAREC_STRONGMEM=1 + [BALDI.x86_64] BOX64_DYNAREC_STRONGMEM=1 #little to no performance impact also makes game not crash BOX64_PREFER_EMULATED=1 @@ -167,6 +172,11 @@ BOX64_MAXCPU=16 [EtG.x86_64] BOX64_MAXCPU=4 #it will crash with too many cpu, 4 is enough anyway +[eurotrucks2] +BOX64_DYNAREC_BIGBLOCK=3 +BOX64_DYNAREC_CALLRET=1 +BOX64_DYNAREC_STRONGMEM=1 + [factorio] BOX64_DYNAREC_SAFEFLAGS=0 BOX64_DYNAREC_BIGBLOCK=2 |