diff options
| author | Pablo Labs <80591934+KreitinnSoftware@users.noreply.github.com> | 2025-01-21 04:12:59 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-21 08:12:59 +0100 |
| commit | ed8b6fe9db863a8d9e473a645e84700c7291bb06 (patch) | |
| tree | 0478b2cc8d61edbf5c6e536c116517292dcb0e1f /system | |
| parent | c98b4c8f45c4c693f7b7616f9e9f2357893c5056 (diff) | |
| download | box64-ed8b6fe9db863a8d9e473a645e84700c7291bb06.tar.gz box64-ed8b6fe9db863a8d9e473a645e84700c7291bb06.zip | |
[RCFILE] Add MiSide Profile (#2276)
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 d3cc20d8..18180bd5 100644 --- a/system/box64.box64rc +++ b/system/box64.box64rc @@ -437,6 +437,15 @@ BOX64_DYNAREC_STRONGMEM=1 [MMRX.exe] BOX64_DYNAREC_STRONGMEM=1 +[MiSideFull.exe] +BOX64_AVX=0 # huge fps improvement +BOX64_DYNAREC_STRONGMEM=1 +BOX64_DYNAREC_FASTNAN=0 # fixes graphical issues like invisible mita's skirt +BOX64_DYNAREC_BIGBLOCK=2 +BOX64_DYNAREC_CALLRET=0 # prevent crashes +BOX64_DYNAREC_WEAKBARRIER=1 +BOX64_DYNAREC_SAFEFLAGS=1 + [RockstarService.exe] BOX64_DYNAREC_STRONGMEM=1 BOX64_DYNAREC_FASTNAN=0 |