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-11-27 18:50:47 +0100
committerptitSeb <sebastien.chev@gmail.com>2022-11-27 18:50:47 +0100
commit06851f8b984574cd1532191feca9765ea07904c0 (patch)
treef389096a5bab95f8d4b7cd2be3595d7fac0cd45f /src/include/debug.h
parent893fc7c9402dac4bd8c1dd2cbdd42752c59012bd (diff)
downloadbox64-06851f8b984574cd1532191feca9765ea07904c0.tar.gz
box64-06851f8b984574cd1532191feca9765ea07904c0.zip
Added box64rc configuration file handling
Diffstat (limited to 'src/include/debug.h')
-rwxr-xr-xsrc/include/debug.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/debug.h b/src/include/debug.h
index b441416d..5a6aec91 100755
--- a/src/include/debug.h
+++ b/src/include/debug.h
@@ -35,6 +35,9 @@ extern int trace_emm;      // include EMM reg in trace?
 extern int trace_regsdiff; // colorize standard registers on changes
 extern uintptr_t trace_start, trace_end;
 extern char* trace_func;
+extern char* trace_init;
+extern char* box64_trace;
+extern uint64_t start_cnt;
 #endif
 extern int box64_dummy_crashhandler;
 extern int allow_missing_libs;
@@ -50,6 +53,9 @@ extern int box64_novulkan;  // disabling the use of wrapped vulkan
 extern int box64_showsegv;  // show sigv, even if a signal handler is present
 extern int box64_showbt;    // show a backtrace if a signal is caught
 extern int box64_isglibc234; // is the program linked with glibc 2.34+
+extern int box64_x11threads;
+extern int box64_x11glx;
+extern char* box64_libGL;
 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