From 0499c38466ca094b230ec6c825ec96ddcd987892 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 11 Oct 2023 12:15:05 +0200 Subject: Added BOX64_SDL2_JGUID, a workaround for game using old SDL_GetJoystickGUIDInfo funciton on recent wrapped SDL2 (for #1018) --- src/include/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/debug.h') 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 -- cgit 1.4.1