diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-06-20 12:10:36 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-06-20 12:10:36 +0200 |
| commit | dcb47b7df841ed82048aeac8ae079342119402c9 (patch) | |
| tree | 034c12f9857958bedb5c1f1993c511a6abdf434b /src/include | |
| parent | d6c08a7511ac3ca27c719d91e58ab8b9e5f6a688 (diff) | |
| download | box64-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.h | 2 |
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) \ |