mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Disable SDL input on Windows.
This commit is contained in:
@ -19,7 +19,6 @@
|
|||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#define CIFACE_USE_XINPUT
|
#define CIFACE_USE_XINPUT
|
||||||
#define CIFACE_USE_DINPUT
|
#define CIFACE_USE_DINPUT
|
||||||
#define CIFACE_USE_SDL
|
|
||||||
#endif
|
#endif
|
||||||
#if defined(HAVE_X11) && HAVE_X11
|
#if defined(HAVE_X11) && HAVE_X11
|
||||||
#define CIFACE_USE_XLIB
|
#define CIFACE_USE_XLIB
|
||||||
|
Reference in New Issue
Block a user