diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-09-14 09:06:11 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-09-14 09:06:11 +0200 |
| commit | ef117f726c74cc8d3476a13669663efd283447ff (patch) | |
| tree | 186e4245032831687bb5124a41ca2bbafdc9c773 /system | |
| parent | 52fe2485ae9d68d4cf3ffdcd91aeffecd43a66db (diff) | |
| download | box64-ef117f726c74cc8d3476a13669663efd283447ff.tar.gz box64-ef117f726c74cc8d3476a13669663efd283447ff.zip | |
[RCFILE] Added profile for 2 more games
Diffstat (limited to 'system')
| -rw-r--r-- | system/box64.box64rc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/box64.box64rc b/system/box64.box64rc index d327e472..78dee08d 100644 --- a/system/box64.box64rc +++ b/system/box64.box64rc @@ -567,6 +567,11 @@ BOX64_DYNAREC_CALLRET=0 BOX64_SSE_FLUSHTO0=1 BOX64_DYNAREC_DIRTY=1 +[F1RaceStars.exe] +BOX64_DYNAREC_BIGBLOCK=3 +BOX64_DYNAREC_CALLRET=1 +BOX64_DYNAREC_STRONGMEM=1 + [FactoryGameSteam-Win64-Shipping.exe] BOX64_DYNAREC_STRONGMEM=1 BOX64_DYNAREC_BIGBLOCK=3 @@ -788,6 +793,11 @@ BOX64_DYNAREC_DIRTY=1 BOX64_DYNAREC_BIGBLOCK=3 BOX64_DYNAREC_CALLRET=1 +[Pinball FX3.exe] +BOX64_DYNAREC_BIGBLOCK=3 +BOX64_DYNAREC_CALLRET=1 +BOX64_DYNAREC_STRONGMEM=1 + [PlanetAlpha-Win64-Shipping.exe] BOX64_DYNAREC_BIGBLOCK=3 BOX64_DYNAREC_CALLRET=1 |