about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-12-14 17:05:48 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-12-14 17:05:48 +0100
commit2164c564f26a0c144b3ef2f0d1abd790714a59e1 (patch)
tree06c9b6adf203061fec0bff55de16cd28e4054c0e /src
parent2a33cf4e609a8fa1418d2f8f03b271cc0e40080f (diff)
downloadbox64-2164c564f26a0c144b3ef2f0d1abd790714a59e1.tar.gz
box64-2164c564f26a0c144b3ef2f0d1abd790714a59e1.zip
[DYNAREC] Revert default BOX64_DYNAREC_PAUSE to 0 (for #2152)
Diffstat (limited to 'src')
-rw-r--r--src/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index df3f3907..54df1e67 100644
--- a/src/core.c
+++ b/src/core.c
@@ -80,7 +80,7 @@ int box64_dynarec_bigblock = 1;
 int box64_dynarec_forward = 128;
 int box64_dynarec_strongmem = 0;
 int box64_dynarec_weakbarrier = 1;
-int box64_dynarec_pause = 3;
+int box64_dynarec_pause = 0;
 int box64_dynarec_x87double = 0;
 int box64_dynarec_div0 = 0;
 int box64_dynarec_fastnan = 1;