From cac43a1f5f6e5289db67ffac45954aec51ff9c15 Mon Sep 17 00:00:00 2001 From: Diego q <119337293+Pro42good@users.noreply.github.com> Date: Wed, 3 Jul 2024 02:18:27 -0400 Subject: Updated box64.box64rc (#1630) added two baldi games, one horror game, 2d superhot, and one game i had to fix for a friend --- system/box64.box64rc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'system') 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 -- cgit 1.4.1