diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-04-16 14:53:54 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-04-16 14:53:54 +0200 |
| commit | d7eb87129eb6aa7eeac61ddeeb1357a654380e4b (patch) | |
| tree | bcef36a1252ff8b00b33a2ce096e4dbbe4bd5cfd /system | |
| parent | 7f569247d511e397e72b369de2315385c879e5d1 (diff) | |
| download | box64-d7eb87129eb6aa7eeac61ddeeb1357a654380e4b.tar.gz box64-d7eb87129eb6aa7eeac61ddeeb1357a654380e4b.zip | |
[DYNAREC] Introduce BOX64_DYNAREC_X87DOUBLE=2 to handle Low Precision x87 ([ARM64_DYNAREC] only for now)
Diffstat (limited to 'system')
| -rw-r--r-- | system/box64.box64rc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/box64.box64rc b/system/box64.box64rc index 3f6d70af..91fb5c85 100644 --- a/system/box64.box64rc +++ b/system/box64.box64rc @@ -538,6 +538,13 @@ BOX64_DYNAREC_BIGBLOCK=3 BOX64_DYNAREC_CALLRET=1 BOX64_SHAEXT=0 #buggy openssl version in the game +[gta3.exe] +#BOX64_DYNAREC_SAFEFLAGS=2 #not needed +BOX64_DYNAREC_DIRTY=1 +BOX64_DYNAREC_BIGBLOCK=3 +BOX64_DYNAREC_CALLRET=1 +BOX64_DYNAREC_X87DOUBLE=2 + [Hades.exe] BOX64_DYNAREC_BIGBLOCK=3 BOX64_DYNAREC_CALLRET=1 |