about summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-06-08 16:41:51 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-06-08 16:41:51 +0200
commit873be3cf879e3635a996bcdc34b3e3a6c15969a0 (patch)
tree6f75051a27b56cb9ecbf1a22e0f5042b10177db3 /system
parent685afa230291d64f350afbfdfa8fc82536d99f82 (diff)
downloadbox64-873be3cf879e3635a996bcdc34b3e3a6c15969a0.tar.gz
box64-873be3cf879e3635a996bcdc34b3e3a6c15969a0.zip
[RCFILE] Fixed MAXCPU so it works for wine apps too
Diffstat (limited to 'system')
-rw-r--r--system/box64.box64rc5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/box64.box64rc b/system/box64.box64rc
index bd5c2c00..f70dd187 100644
--- a/system/box64.box64rc
+++ b/system/box64.box64rc
@@ -161,6 +161,11 @@ BOX64_EMULATED_LIBS=libSDL2-2.0.so.0
 BOX64_CRASHHANDLER=1
 BOX64_DYNAREC_STRONGMEM=1
 
+[DXHRDC.exe]
+BOX64_DYNAREC_BIGBLOCK=3
+BOX64_DYNAREC_CALLRET=1
+BOX64_MAXCPU=16
+
 [EtG.x86_64]
 BOX64_MAXCPU=4  #it will crash with too many cpu, 4 is enough anyway