diff options
Diffstat (limited to 'src/include/debug.h')
| -rw-r--r-- | src/include/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/debug.h b/src/include/debug.h index eb0ef7d1..2c7e1a62 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -28,6 +28,7 @@ extern int box64_steamcmd; extern int box64_wine; extern int box64_musl; extern int box64_isglibc234; // is the program linked with glibc 2.34+ +extern int box64_unittest_mode; extern uintptr_t fmod_smc_start, fmod_smc_end; // to handle libfmod (from Unreal) SMC (self modifying code) extern uint32_t default_gs, default_fs; extern int box64_tcmalloc_minimal; // when using tcmalloc_minimal |