From 8a4562c0a9a6c78a7a91075f30686f2e3c1e28bf Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 11 Mar 2023 10:47:20 +0100 Subject: [DYNAREC] Soma need FASTROUND disabled for it's physics engine --- system/box64.box64rc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'system') diff --git a/system/box64.box64rc b/system/box64.box64rc index 746665f7..4264cfda 100644 --- a/system/box64.box64rc +++ b/system/box64.box64rc @@ -71,6 +71,10 @@ BOX64_DYNAREC_CALLRET=1 [pressure-vessel-wrap] BOX64_NOGTK=1 +[Soma.bin.x86_64] +# This is needed or the physics engine will not behave correctly +BOX64_DYNAREC_FASTROUND=0 + [steam] BOX64_CRASHHANDLER=1 BOX64_EMULATED_LIBS=libudev.so.0 -- cgit 1.4.1