diff options
Diffstat (limited to 'system')
| -rw-r--r-- | system/box64.box64rc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/system/box64.box64rc b/system/box64.box64rc index 7bfcf4fc..648d9eb0 100644 --- a/system/box64.box64rc +++ b/system/box64.box64rc @@ -7,7 +7,6 @@ # [3dSen.x86_64] BOX64_DYNAREC_BLEEDING_EDGE=0 # avoid the use of STRONGMEM for much better performances -BOX64_DYNAREC_HOTPAGE=0 # disabling hotpage seems to give better performances here [7z] # Those are safe to use on 7z and give a bit of a boost @@ -26,12 +25,6 @@ BOX64_DYNAREC_CALLRET=1 [chrome] BOX64_MALLOC_HACK=2 -[dav1d] -# Speed hacks (those 3 gives ~10% speedup) -BOX64_DYNAREC_SAFEFLAGS=0 -BOX64_DYNAREC_BIGBLOCK=2 -BOX64_DYNAREC_CALLRET=1 - [deadcells] BOX64_PREFER_EMULATED=1 @@ -97,9 +90,6 @@ BOX64_DYNAREC_BIGBLOCK=0 # if steamwebhelper takes too much memory, enable next line to disable it #BOX64_EXIT=1 -[Stardew Valley] -BOX64_DYNAREC_HOTPAGE=0 - [steam-runtime-check-requirements] BOX64_EXIT=1 |