diff options
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 |