about summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-06-23 13:00:45 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-06-23 13:00:45 +0200
commitc66630da497c18622205cc58cb058a1f8cba7cd1 (patch)
treea6c9c55bff71ecfdd80b9d2bff3b15e6c8724ce0 /system
parent0cc58732fb3f6992918b10d5da7a9937edb4a0b4 (diff)
downloadbox64-c66630da497c18622205cc58cb058a1f8cba7cd1.tar.gz
box64-c66630da497c18622205cc58cb058a1f8cba7cd1.zip
[DYNAREC] Refactored a bit BARRIER_FLOAT ([ARM64] olny for now, todo for RV64 and LA64)
Diffstat (limited to 'system')
-rw-r--r--system/box64.box64rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/box64.box64rc b/system/box64.box64rc
index 7b309ce1..7ff5e8c2 100644
--- a/system/box64.box64rc
+++ b/system/box64.box64rc
@@ -7,12 +7,14 @@
 #
 [*setup*]
 # using safest dynarec settings here, has some installers do crazy things
+BOX64_DYNACACHE=0
 BOX64_DYNAREC_SAFEFLAGS=2
 #BOX64_DYNAREC_BIGBLOCK=0
 #BOX64_DYNAREC_CALLRET=0
 
 [*install*]
 # using safest dynarec settings here, as some installers do crazy things
+BOX64_DYNACACHE=0
 BOX64_DYNAREC_SAFEFLAGS=2
 BOX64_DYNAREC_BIGBLOCK=0
 BOX64_DYNAREC_CALLRET=0