about summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-08-29 15:21:41 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-08-29 15:21:41 +0200
commit87064c15ec0be19e65ed1281238cb2c946397fcf (patch)
tree94e0b729bd67eb67c33a85ae594d351147cd3f17 /system
parent67d6501f54cdb24a1f46249fa44b3309eec3a688 (diff)
downloadbox64-87064c15ec0be19e65ed1281238cb2c946397fcf.tar.gz
box64-87064c15ec0be19e65ed1281238cb2c946397fcf.zip
[RCFILE] Added 2 more game profiles
Diffstat (limited to 'system')
-rw-r--r--system/box64.box64rc10
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