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-03-08 16:40:35 +0100
committerptitSeb <sebastien.chev@gmail.com>2022-03-08 16:40:35 +0100
commite05796674bd7648faa4bbb4d61de2e641bed34b9 (patch)
tree7d38c44b030c69de44fc9988840832999d7d719c /src/include/debug.h
parent0ce169e7f55a84eef801fec61e352c800ac8e5e6 (diff)
parent726af707ebe92f0f1a98ea985343f6641fa45ba8 (diff)
downloadbox64-e05796674bd7648faa4bbb4d61de2e641bed34b9.tar.gz
box64-e05796674bd7648faa4bbb4d61de2e641bed34b9.zip
Merge branch 'main' of https://github.com/ptitSeb/box64 into main
Diffstat (limited to 'src/include/debug.h')
-rwxr-xr-xsrc/include/debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/debug.h b/src/include/debug.h
index 0cb2be34..7fb8d558 100755
--- a/src/include/debug.h
+++ b/src/include/debug.h
@@ -32,12 +32,14 @@ extern uintptr_t trace_start, trace_end;
 extern char* trace_func;
 #endif
 extern int allow_missing_libs;
+extern int box64_mapclean;
 extern int box64_prefer_wrapped;
 extern int box64_steam;
 extern int box64_wine;
 extern int box64_nopulse;   // disabling the use of wrapped pulseaudio
 extern int box64_nogtk; // disabling the use of wrapped gtk
 extern int box64_novulkan;  // disabling the use of wrapped vulkan
+extern int box64_showsegv;  // show sigv, even if a signal handler is present
 extern uintptr_t fmod_smc_start, fmod_smc_end; // to handle libfmod (from Unreal) SMC (self modifying code)
 extern uint32_t default_gs;
 extern int jit_gdb; // launch gdb when a segfault is trapped