mirror of
https://github.com/ptitSeb/box64.git
synced 2025-02-18 21:42:17 +00:00
[DYNAREC] Soma need FASTROUND disabled for it's physics engine
This commit is contained in:
parent
760c313f65
commit
8a4562c0a9
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user