diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-05-30 11:07:26 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-05-30 11:07:26 +0200 |
| commit | 94ed2596c0c5066cd0462fefcc27aad994c6de53 (patch) | |
| tree | c89b1f2102a5852c179965cde9bd587de9604d01 /system | |
| parent | 84498707dd4341607f1495cd131e4177e4e8cac3 (diff) | |
| download | box64-94ed2596c0c5066cd0462fefcc27aad994c6de53.tar.gz box64-94ed2596c0c5066cd0462fefcc27aad994c6de53.zip | |
[RCFILE] Added a couple of game profiles
Diffstat (limited to 'system')
| -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 cec53419..a2751863 100644 --- a/system/box64.box64rc +++ b/system/box64.box64rc @@ -353,6 +353,11 @@ BOX64_DYNAREC_BIGBLOCK=3 BOX64_DYNAREC_CALLRET=1 BOX64_DYNAREC_SAFEFLAGS=0 +[APlagueTaleInnocence_x64.exe] +BOX64_DYNAREC_BIGBLOCK=3 +BOX64_DYNAREC_CALLRET=1 +BOX64_DYNAREC_STRONGMEM=1 + [artofrally.exe] BOX64_DYNAREC_STRONGMEM=1 @@ -372,6 +377,10 @@ BOX64_DYNAREC_STRONGMEM=1 BOX64_DYNAREC_CALLRET=1 BOX64_DYNAREC_ALIGNED_ATOMICS=0 +[BioShockInfinite.exe] +BOX64_DYNAREC_BIGBLOCK=3 +BOX64_DYNAREC_CALLRET=1 + [Blacksad.exe] BOX64_DYNAREC_STRONGMEM=1 BOX64_DYNAREC_BIGBLOCK=3 |