about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2025-10-17 19:12:02 +0800
committerGitHub <noreply@github.com>2025-10-17 13:12:02 +0200
commit4edbdc005b60c048c7229e1cafc203f0b92e65ec (patch)
tree858faec3e0321c29b2cfe1916643dad589893342
parent88aefd44adea974b5f6f5b393141b1e165f403c3 (diff)
downloadbox64-4edbdc005b60c048c7229e1cafc203f0b92e65ec.tar.gz
box64-4edbdc005b60c048c7229e1cafc203f0b92e65ec.zip
[RCFILE] Added steamwebhelper entry for RISC-V (#3077)
-rw-r--r--system/box64.box64rc13
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