diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-04-29 22:51:00 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-04-29 22:51:00 +0200 |
| commit | 1f9834dc6be073ff4054db5004d01a162aa78ef9 (patch) | |
| tree | a82df47f7232229f118787c03f4e064e4d2c180d /system | |
| parent | d1555a4c782ed97985c3c5f0db3f725f13cf331b (diff) | |
| download | box64-1f9834dc6be073ff4054db5004d01a162aa78ef9.tar.gz box64-1f9834dc6be073ff4054db5004d01a162aa78ef9.zip | |
[RCFILE] More aggressive profile for FlatOut and FlatOut 2
Diffstat (limited to 'system')
| -rw-r--r-- | system/box64.box64rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/box64.box64rc b/system/box64.box64rc index 7c7aeb8c..f4679558 100644 --- a/system/box64.box64rc +++ b/system/box64.box64rc @@ -265,11 +265,11 @@ BOX64_DYNAREC_CALLRET=0 # prevent segfaulting [flatout.exe] BOX64_DYNAREC_CALLRET=1 -BOX64_DYNAREC_BIGBLOCK=2 +BOX64_DYNAREC_BIGBLOCK=3 [FlatOut2.exe] BOX64_DYNAREC_CALLRET=1 -BOX64_DYNAREC_BIGBLOCK=2 +BOX64_DYNAREC_BIGBLOCK=3 [ForzaHorizon4.exe] BOX64_DYNAREC_STRONGMEM=1 #prevent random crashes it seems |