diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-10-19 19:06:38 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-10-19 19:06:38 +0200 |
| commit | 0833a07a65da8e786041666a815f2df87dccaa7e (patch) | |
| tree | 9dafa7e7c7ae9358bafab3ff368866d6175267e9 /system | |
| parent | aa4dbe72c9f7a6297a68ef4edce70a105cbd0f4c (diff) | |
| download | box64-0833a07a65da8e786041666a815f2df87dccaa7e.tar.gz box64-0833a07a65da8e786041666a815f2df87dccaa7e.zip | |
[DYNAREC] Introduce BOX4_DYNAREC_INTERP_SIGNAL and 1 profile that needs it
Diffstat (limited to 'system')
| -rw-r--r-- | system/box64.box64rc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/box64.box64rc b/system/box64.box64rc index bfad71fc..783866d6 100644 --- a/system/box64.box64rc +++ b/system/box64.box64rc @@ -957,6 +957,11 @@ BOX64_DYNAREC_SAFEFLAGS=2 BOX64_DYNAREC_BIGBLOCK=3 BOX64_DYNAREC_CALLRET=1 +[VampireSurvivors.exe] +BOX64_DYNAREC_BIGBLOCK=3 +BOX64_DYNAREC_CALLRET=1 +BOX64_DYNAREC_INTERP_SIGNAL=1 #there seems to be some race condition when signal is done with dynarec on this one + [vc_redist.x64.exe] BOX64_DYNACACHE=0 BOX64_DYNAREC_SAFEFLAGS=2 |