about summary refs log tree commit diff stats
path: root/src/include/debug.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-10-11 12:15:05 +0200
committerptitSeb <sebastien.chev@gmail.com>2023-10-11 12:15:05 +0200
commit0499c38466ca094b230ec6c825ec96ddcd987892 (patch)
tree47a4debd9df897c7523059999686b2c994dfe2e4 /src/include/debug.h
parent3e18d5ea57c5da660e28acf08127d46336d4d0a0 (diff)
downloadbox64-0499c38466ca094b230ec6c825ec96ddcd987892.tar.gz
box64-0499c38466ca094b230ec6c825ec96ddcd987892.zip
Added BOX64_SDL2_JGUID, a workaround for game using old SDL_GetJoystickGUIDInfo funciton on recent wrapped SDL2 (for #1018)
Diffstat (limited to 'src/include/debug.h')
-rw-r--r--src/include/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/debug.h b/src/include/debug.h
index fa387d42..6c1ed419 100644
--- a/src/include/debug.h
+++ b/src/include/debug.h
@@ -52,6 +52,7 @@ extern int rv64_xtheadfmv;
 #endif
 #endif
 extern int box64_libcef;
+extern int box64_sdl2_jguid;
 extern int dlsym_error;    // log dlsym error
 extern int cycle_log;      // if using rolling logs
 #ifdef HAVE_TRACE