From 4edbdc005b60c048c7229e1cafc203f0b92e65ec Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Fri, 17 Oct 2025 19:12:02 +0800 Subject: [RCFILE] Added steamwebhelper entry for RISC-V (#3077) --- system/box64.box64rc | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'system') 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 -- cgit 1.4.1