about summary refs log tree commit diff stats
path: root/src/include/debug.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-12-01 17:50:29 +0100
committerptitSeb <sebastien.chev@gmail.com>2022-12-01 17:50:29 +0100
commit9f3ea84b574321fd59fa6c2670f5e6a0f88fc774 (patch)
treebc052d9c9c60d0ff3f507f8a11c1bf0919d4e3fa /src/include/debug.h
parent3f007d2dbb2b0319d9c2ff4ef6dff10d77a9b6ab (diff)
downloadbox64-9f3ea84b574321fd59fa6c2670f5e6a0f88fc774.tar.gz
box64-9f3ea84b574321fd59fa6c2670f5e6a0f88fc774.zip
[DYNAREC] Added BOX64_DYNAREC_BLEEDING_EDGE to control detection of MonoBleedingEdge (and disable that for 3dSen)
Diffstat (limited to 'src/include/debug.h')
-rwxr-xr-xsrc/include/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/debug.h b/src/include/debug.h
index 815597a7..c3a6a35a 100755
--- a/src/include/debug.h
+++ b/src/include/debug.h
@@ -20,6 +20,7 @@ extern int box64_dynarec_fastnan;
 extern int box64_dynarec_x87double;
 extern int box64_dynarec_safeflags;
 extern int box64_dynarec_callret;
+extern int box64_dynarec_bleeding_edge;
 extern int box64_dynarec_hotpage;
 #ifdef ARM64
 extern int arm64_asimd;