diff options
| -rw-r--r-- | system/box64.box64rc | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/system/box64.box64rc b/system/box64.box64rc index 5de38ea9..bfad71fc 100644 --- a/system/box64.box64rc +++ b/system/box64.box64rc @@ -309,15 +309,6 @@ BOX64_DYNAREC_BIGBLOCK=0 BOX64_DYNAREC_STRONGMEM=2 #Likes to crash without it BOX64_PREFER_EMULATED=1 -#[steamwebhelper] -#BOX64_NOSANDBOX=1 -#BOX64_INPROCESSGPU=1 -#BOX64_LOG=0 -#BOX64_MALLOC_HACK=2 -#BOX64_DYNAREC_BIGBLOCK=0 -#BOX64_DYNAREC_CALLRET=1 -#BOX64_DYNAREC_STRONGMEM=2 - [streaming_client] BOX64_EMULATED_LIBS=libSDL2-2.0.so.0:libSDL2_ttf-2.0.so.0 @@ -1038,3 +1029,7 @@ BOX64_EMULATED_LIBS=libSDL2-2.0.so.0 BOX64_CRASHHANDLER=0 BOX64_EMULATED_LIBS=libudev.so.0 BOX64_MAXCPU=8 #on machine with large CPU count, steam can be really unstable and this helps a lot + +[steamwebhelper] +BOX64_ARCH=rv64 +BOX64_DYNAREC_FASTROUND=0 # needed for CVTTSD2SI because on RISC-V the behavior is different than others when src is NaN |