From d7eb87129eb6aa7eeac61ddeeb1357a654380e4b Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 16 Apr 2025 14:53:54 +0200 Subject: [DYNAREC] Introduce BOX64_DYNAREC_X87DOUBLE=2 to handle Low Precision x87 ([ARM64_DYNAREC] only for now) --- system/box64.box64rc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'system') 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 -- cgit 1.4.1