about summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorDiego q <119337293+Pro42good@users.noreply.github.com>2024-07-03 02:18:27 -0400
committerGitHub <noreply@github.com>2024-07-03 08:18:27 +0200
commitcac43a1f5f6e5289db67ffac45954aec51ff9c15 (patch)
tree5b423debbc84ed0ea14a037df9f1b903be8be312 /system
parent7771a67abebdd09917a3278f2442ff85c730cb0b (diff)
downloadbox64-cac43a1f5f6e5289db67ffac45954aec51ff9c15.tar.gz
box64-cac43a1f5f6e5289db67ffac45954aec51ff9c15.zip
Updated box64.box64rc (#1630)
added two baldi games, one horror game, 2d superhot, and one game i had to fix for a friend
Diffstat (limited to 'system')
-rw-r--r--system/box64.box64rc23
1 files changed, 23 insertions, 0 deletions
diff --git a/system/box64.box64rc b/system/box64.box64rc
index 2e05b89b..25e99257 100644
--- a/system/box64.box64rc
+++ b/system/box64.box64rc
@@ -74,6 +74,29 @@ BOX64_DYNAREC_CALLRET=1
 BOX64_DYNAREC_FASTROUND=0
 BOX64_DYNAREC_ALIGNED_ATOMICS=1
 
+[BALDI.x86_64]
+BOX64_DYNAREC_STRONGMEM=1 #little to no performance impact also makes game not crash
+BOX64_PREFER_EMULATED=1
+
+[Baldi's Fun New School Plus Ultimate Edition.x86_64]
+BOX64_DYNAREC_STRONGMEM=2 #needed paramiter or else it just dies
+BOX64_PREFER_EMULATED=1
+
+[picohot]
+# good game
+BOX64_DYNAREC_STRONGMEM=1 #needed or else it just crashes
+BOX64_CRASHHANDLER=0
+BOX64_PREFER_EMULATED=1
+
+[Start Survey Linux.x86_64]
+BOX64_DYNAREC_STRONGMEM=2 #Likes to crash without it
+BOX64_PREFER_EMULATED=1
+
+[My Dystopian Robot Girlfriend.x86_64]
+BOX64_DYNAREC_STRONGMEM=3 # Fixes memory leak related crashes
+BOX64_CRASHHANDLER=0 # Better crash handler and not dummy lib
+BOX64_PREFER_EMULATED=1 # Load in heavy stuff first
+
 [geekbench6]
 BOX64_ENV=BOX64_DYNAREC_STRONGMEM=3
 BOX64_ENV1=BOX64_RESERVE_HIGH=1