diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-10-11 12:15:05 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-10-11 12:15:05 +0200 |
| commit | 0499c38466ca094b230ec6c825ec96ddcd987892 (patch) | |
| tree | 47a4debd9df897c7523059999686b2c994dfe2e4 /src/include/debug.h | |
| parent | 3e18d5ea57c5da660e28acf08127d46336d4d0a0 (diff) | |
| download | box64-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.h | 1 |
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 |