[DYNAREC] Soma need FASTROUND disabled for it's physics engine

This commit is contained in:
ptitSeb 2023-03-11 10:47:20 +01:00
parent 760c313f65
commit 8a4562c0a9
2 changed files with 7 additions and 0 deletions

View File

@ -39,6 +39,9 @@ static const char default_rcfile[] =
"[pressure-vessel-wrap]\n"
"BOX64_NOGTK=1\n"
"\n"
"[Soma.bin.x86_64]\n"
"BOX64_DYNAREC_FASTROUND=0\n"
"\n"
"[streaming_client]\n"
"BOX64_EMULATED_LIBS=libSDL2-2.0.so.0:libSDL2_ttf-2.0.so.0\n"
"\n"

View File

@ -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