about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-02-20 19:50:26 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-02-20 19:50:26 +0100
commitfb5ac9c4cddf2bf03ee62dc4addac719c0cf02ab (patch)
tree25dbc143e0c097e5c72f9a50a0703798fd911f60 /src/main.c
parented4e33d8886a7e8c89318fa41535e9158a3c9893 (diff)
downloadbox64-fb5ac9c4cddf2bf03ee62dc4addac719c0cf02ab.tar.gz
box64-fb5ac9c4cddf2bf03ee62dc4addac719c0cf02ab.zip
Fixed a improved HotPage handling
Diffstat (limited to 'src/main.c')
-rwxr-xr-xsrc/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 55a18473..6b5e6dc7 100755
--- a/src/main.c
+++ b/src/main.c
@@ -56,7 +56,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 = 16;
+int box64_dynarec_hotpage = 4;
 int box64_dynarec_fastpage = 0;
 int box64_dynarec_bleeding_edge = 1;
 int box64_dynarec_wait = 1;