diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-09-22 16:03:05 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-09-22 16:03:05 +0200 |
| commit | c605e4630eef84c2e84b5ff0efa3c1d5c8260519 (patch) | |
| tree | 60bf286ffcbf2bb28fcbf4cb1a4ac64fac468e0b | |
| parent | bad4d13c09703c2d8101a8636210ffccb8126fbe (diff) | |
| download | box64-c605e4630eef84c2e84b5ff0efa3c1d5c8260519.tar.gz box64-c605e4630eef84c2e84b5ff0efa3c1d5c8260519.zip | |
[RCFILE] Added 2 more game profiles
| -rw-r--r-- | system/box64.box64rc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/box64.box64rc b/system/box64.box64rc index 849ca672..6e64e3b1 100644 --- a/system/box64.box64rc +++ b/system/box64.box64rc @@ -386,6 +386,10 @@ BOX64_DYNAREC_STRONGMEM=1 [artofrally.exe] BOX64_DYNAREC_STRONGMEM=1 +[ASC-Win64-Shipping.exe] +BOX64_DYNAREC_CALLRET=1 +BOX64_DYNAREC_BIGBLOCK=3 + [AtariVault.x86_64] BOX64_MAXCPU=8 @@ -886,6 +890,11 @@ BOX64_DYNAREC_SAFEFLAGS=2 BOX64_DYNAREC_BIGBLOCK=3 BOX64_DYNAREC_CALLRET=1 +[The House of the Dead Remake.exe] +BOX64_DYNAREC_CALLRET=1 +BOX64_DYNAREC_BIGBLOCK=3 +BOX64_DYNAREC_DIRTY=1 + [TouristTrophy.exe] BOX64_DYNAREC_STRONGMEM=1 BOX64_DYNAREC_BIGBLOCK=3 |