From 924903e8d2e590f8c6d89a4ef7f48aeee7894ed2 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 16 Jun 2025 11:15:09 +0200 Subject: [RCFILE] Make generic setup profile less strict --- system/box64.box64rc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'system') diff --git a/system/box64.box64rc b/system/box64.box64rc index 294cdd65..9fec20de 100644 --- a/system/box64.box64rc +++ b/system/box64.box64rc @@ -8,8 +8,8 @@ [*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_BIGBLOCK=0 +#BOX64_DYNAREC_CALLRET=0 [*install*] # using safest dynarec settings here, has some installers do crazy things @@ -881,6 +881,9 @@ BOX64_DYNAREC_CALLRET=1 [witcher3.exe] BOX64_DYNAREC_STRONGMEM=1 +[xdelta3.exe] +BOX64_DYNAREC_SAFEFLAGS=2 + [YandareSimulator.exe] BOX64_DYNAREC_STRONGMEM=2 BOX64_DYNAREC_SAFEFLAGS=2 -- cgit 1.4.1