diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-03-11 10:47:20 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-03-11 10:47:20 +0100 |
| commit | 8a4562c0a9a6c78a7a91075f30686f2e3c1e28bf (patch) | |
| tree | 5386e8b45bae4c8b8c6234542418a521dc138899 /system | |
| parent | 760c313f65fc45b8bbc19c665355deaf85c23047 (diff) | |
| download | box64-8a4562c0a9a6c78a7a91075f30686f2e3c1e28bf.tar.gz box64-8a4562c0a9a6c78a7a91075f30686f2e3c1e28bf.zip | |
[DYNAREC] Soma need FASTROUND disabled for it's physics engine
Diffstat (limited to 'system')
| -rw-r--r-- | system/box64.box64rc | 4 |
1 files changed, 4 insertions, 0 deletions
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 |