diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-06-23 13:00:45 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-06-23 13:00:45 +0200 |
| commit | c66630da497c18622205cc58cb058a1f8cba7cd1 (patch) | |
| tree | a6c9c55bff71ecfdd80b9d2bff3b15e6c8724ce0 /system | |
| parent | 0cc58732fb3f6992918b10d5da7a9937edb4a0b4 (diff) | |
| download | box64-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.box64rc | 2 |
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 |