about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorYang Liu <numbksco@gmail.com>2025-10-22 20:42:28 +0800
committerGitHub <noreply@github.com>2025-10-22 14:42:28 +0200
commit83082b081c5741c7b48daf24a1eee2b5b76d4eb8 (patch)
treefdd155ea35773d7ffe35d3896cc95a080929f82f
parent66e8828345f4523403a3e3b3c80f82a0aa4d8409 (diff)
downloadbox64-83082b081c5741c7b48daf24a1eee2b5b76d4eb8.tar.gz
box64-83082b081c5741c7b48daf24a1eee2b5b76d4eb8.zip
[RCFILE] Optimized Windows Steam download speed for LA64 and RV64 (#3087)
-rw-r--r--system/box64.box64rc36
1 files changed, 36 insertions, 0 deletions
diff --git a/system/box64.box64rc b/system/box64.box64rc
index ca3b2d50..3a3223c2 100644
--- a/system/box64.box64rc
+++ b/system/box64.box64rc
@@ -854,6 +854,42 @@ BOX64_DYNAREC_CALLRET=1
 BOX64_DYNAREC_SAFEFLAGS=0
 BOX64_DYNAREC_FASTROUND=0
 
+# Steam for LA64
+[steam.exe]
+BOX64_ARCH=la64
+BOX64_PCLMULQDQ=0 # helps download speed
+BOX64_DYNAREC_BIGBLOCK=3
+BOX64_DYNAREC_CALLRET=1
+BOX64_DYNAREC_SAFEFLAGS=0
+BOX64_ARGS=-cef-disable-breakpad -cef-disable-d3d11 -cef-disable-delaypageload -cef-force-occlusion -cef-disable-sandbox -cef-disable-seccomp-sandbox -no-cef-sandbox -disable-winh264 -cef-disable-gpu -vgui -oldtraymenu -cef-single-process
+
+[steamwebhelper.exe]
+BOX64_ARCH=la64
+BOX64_PCLMULQDQ=0 # helps download speed
+BOX64_DYNAREC_STRONGMEM=1
+BOX64_DYNAREC_BIGBLOCK=3
+BOX64_DYNAREC_CALLRET=1
+BOX64_DYNAREC_SAFEFLAGS=0
+BOX64_DYNAREC_FASTROUND=0
+
+# Steam for RV64
+[steam.exe]
+BOX64_ARCH=rv64
+BOX64_PCLMULQDQ=0 # helps download speed
+BOX64_DYNAREC_BIGBLOCK=3
+BOX64_DYNAREC_CALLRET=1
+BOX64_DYNAREC_SAFEFLAGS=0
+BOX64_ARGS=-cef-disable-breakpad -cef-disable-d3d11 -cef-disable-delaypageload -cef-force-occlusion -cef-disable-sandbox -cef-disable-seccomp-sandbox -no-cef-sandbox -disable-winh264 -cef-disable-gpu -vgui -oldtraymenu -cef-single-process
+
+[steamwebhelper.exe]
+BOX64_ARCH=rv64
+BOX64_PCLMULQDQ=0 # helps download speed
+BOX64_DYNAREC_STRONGMEM=1
+BOX64_DYNAREC_BIGBLOCK=3
+BOX64_DYNAREC_CALLRET=1
+BOX64_DYNAREC_SAFEFLAGS=0
+BOX64_DYNAREC_FASTROUND=0
+
 [SwGame-Win64-Shipping.exe]
 BOX64_DYNAREC_SAFEFLAGS=2
 BOX64_DYNAREC_STRONGMEM=1