From 52d1a09b8a1516fac33bd55732d38fb181fef29a Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Wed, 24 May 2023 23:47:49 +0800 Subject: [RV64_DYNAREC] Fixed 66 0F 38 2B PACKUSDW opcode (#802) * [RV64_DYNAREC] Fixed 66 0F 38 2B PACKUSDW opcode * [RCFILE] Remove invalid options --- system/box64.box64rc | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'system') 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 -- cgit 1.4.1