diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-06-16 11:15:09 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-06-16 11:15:09 +0200 |
| commit | 924903e8d2e590f8c6d89a4ef7f48aeee7894ed2 (patch) | |
| tree | 521f5dc04ce7982c1837b727c5a827bc5111dc06 /system | |
| parent | d9925eb46a2eea3da24132d02bec2bd3d08f6d89 (diff) | |
| download | box64-924903e8d2e590f8c6d89a4ef7f48aeee7894ed2.tar.gz box64-924903e8d2e590f8c6d89a4ef7f48aeee7894ed2.zip | |
[RCFILE] Make generic setup profile less strict
Diffstat (limited to 'system')
| -rw-r--r-- | system/box64.box64rc | 7 |
1 files changed, 5 insertions, 2 deletions
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 |