From 7cbe71c2188498adb43c1bcaf42d196b032a1940 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 4 Feb 2025 21:12:47 +0100 Subject: [DYNAREC] Fixed a rare issue when flags would not be computed on 1st opcode of a block if a jump go there (and added a profile for fixed MGSV:TPP)" --- system/box64.box64rc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'system') diff --git a/system/box64.box64rc b/system/box64.box64rc index 8246c36e..e7f5b049 100644 --- a/system/box64.box64rc +++ b/system/box64.box64rc @@ -479,6 +479,16 @@ BOX64_DYNAREC_STRONGMEM=1 BOX64_DYNAREC_X87DOUBLE=1 BOX64_DYNAREC_FASTROUND=0 +[mgsvtpp.exe] +BOX64_DYNAREC_SAFEFLAGS=2 +BOX64_DYNAREC_BIGBLOCK=3 +BOX64_DYNAREC_CALLRET=1 + +[mgsvmgo.exe] +BOX64_DYNAREC_SAFEFLAGS=2 +BOX64_DYNAREC_BIGBLOCK=3 +BOX64_DYNAREC_CALLRET=1 + [MinutesTillDawn.exe] BOX64_DYNAREC_STRONGMEM=1 -- cgit 1.4.1