mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-15 05:21:44 +00:00
InputCommon: Update to use SDL3 and bump the SDL submodule in Externals to release-3.2.16.
This commit is contained in:
parent
da8610e76f
commit
6da3f5f26a
15 changed files with 426 additions and 399 deletions
|
@ -31,7 +31,7 @@
|
|||
#define CIFACE_USE_PIPES
|
||||
#endif
|
||||
#define CIFACE_USE_DUALSHOCKUDPCLIENT
|
||||
#if defined(HAVE_SDL2)
|
||||
#if defined(HAVE_SDL3)
|
||||
#define CIFACE_USE_SDL
|
||||
#endif
|
||||
#if defined(HAVE_HIDAPI)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue