diff options
Diffstat (limited to 'system')
| -rw-r--r-- | system/box64.box64rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/box64.box64rc b/system/box64.box64rc index 70d32b8b..61611ed5 100644 --- a/system/box64.box64rc +++ b/system/box64.box64rc @@ -6,14 +6,18 @@ # Generic names # [*setup*] +# using safest dynarec settings here, has some installers do crazy things BOX64_DYNAREC_SAFEFLAGS=2 BOX64_DYNAREC_BIGBLOCK=0 BOX64_DYNAREC_CALLRET=0 +BOX64_DYNAREC_NATIVEFLAGS=0 [*install*] +# using safest dynarec settings here, has some installers do crazy things BOX64_DYNAREC_SAFEFLAGS=2 BOX64_DYNAREC_BIGBLOCK=0 BOX64_DYNAREC_CALLRET=0 +BOX64_DYNAREC_NATIVEFLAGS=0 # # Linux process |