about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-07-19 09:25:17 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-07-19 09:25:43 +0200
commit484dc1365e0dd4b8e4ca35b537b6f63069e9139b (patch)
treeb2cbbf9d1188c377f1a68f84c91262f9a794fd4a /src
parentc9a41ee3ac1878022ed4ccdd57142ae50127c02c (diff)
downloadbox64-484dc1365e0dd4b8e4ca35b537b6f63069e9139b.tar.gz
box64-484dc1365e0dd4b8e4ca35b537b6f63069e9139b.zip
[DYNAREC] Fine tuned DIRTY=1 settings and added 1 game profile to [RCFILE]
Diffstat (limited to 'src')
-rw-r--r--src/custommem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/custommem.c b/src/custommem.c
index d093528f..3906621f 100644
--- a/src/custommem.c
+++ b/src/custommem.c
@@ -2129,7 +2129,7 @@ typedef union hotpage_s {
     uint64_t    x;
 } hotpage_t;
 #define HOTPAGE_MAX ((1<<28)-1)
-#define N_HOTPAGE   16
+#define N_HOTPAGE   8
 #define HOTPAGE_MARK 64
 #define HOTPAGE_DIRTY 1024
 static hotpage_t hotpage[N_HOTPAGE] = {0};