about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-04-26 12:14:20 +0200
committerptitSeb <sebastien.chev@gmail.com>2023-04-26 12:14:20 +0200
commitb6be4f8ddee560682890aa15316a1386599a08cc (patch)
tree051a0f4070edab90ca8fc324e0373b7d6ef31a1d /src
parent68a31c902a3467b570146ae3726af42619bbfce5 (diff)
downloadbox64-b6be4f8ddee560682890aa15316a1386599a08cc.tar.gz
box64-b6be4f8ddee560682890aa15316a1386599a08cc.zip
[DYNAREC] Defaulting to not tagging HotPage, it seems to work generaly better without now
Diffstat (limited to 'src')
-rwxr-xr-xsrc/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index a8b0cff3..f4b7a239 100755
--- a/src/main.c
+++ b/src/main.c
@@ -58,7 +58,7 @@ int box64_dynarec_fastnan = 1;
 int box64_dynarec_fastround = 1;
 int box64_dynarec_safeflags = 1;
 int box64_dynarec_callret = 0;
-int box64_dynarec_hotpage = 4;
+int box64_dynarec_hotpage = 0;
 int box64_dynarec_fastpage = 0;
 int box64_dynarec_bleeding_edge = 1;
 int box64_dynarec_wait = 1;