From 87064c15ec0be19e65ed1281238cb2c946397fcf Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Fri, 29 Aug 2025 15:21:41 +0200 Subject: [RCFILE] Added 2 more game profiles --- system/box64.box64rc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'system') 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 -- cgit 1.4.1