about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-06-20 12:10:36 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-06-20 12:10:36 +0200
commitdcb47b7df841ed82048aeac8ae079342119402c9 (patch)
tree034c12f9857958bedb5c1f1993c511a6abdf434b /src/include
parentd6c08a7511ac3ca27c719d91e58ab8b9e5f6a688 (diff)
downloadbox64-dcb47b7df841ed82048aeac8ae079342119402c9.tar.gz
box64-dcb47b7df841ed82048aeac8ae079342119402c9.zip
[DYNACACHE] Introduced B64X_DYNACACHE=2 to use cache but not create new ones, and made it default
Diffstat (limited to 'src/include')
-rw-r--r--src/include/env.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/env.h b/src/include/env.h
index 6e0df8c1..4f5f8368 100644
--- a/src/include/env.h
+++ b/src/include/env.h
@@ -126,7 +126,7 @@ extern char* ftrace_name;
     BOOLEAN(BOX64_X11SYNC, x11sync, 0, 0)                                     \
     BOOLEAN(BOX64_X11THREADS, x11threads, 0, 0)                               \
     BOOLEAN(BOX64_X87_NO80BITS, x87_no80bits, 0, 1)                           \
-    BOOLEAN(BOX64_DYNACACHE, dynacache, 0, 0)                                 \
+    INTEGER(BOX64_DYNACACHE, dynacache, 2, 0, 2, 0)                           \
     STRING(BOX64_DYNACACHE_FOLDER, dynacache_folder, 0)                       \
     INTEGER(BOX64_DYNACACHE_MIN, dynacache_min, 350, 0, 10240, 0)             \