mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Remove SDL from Externals.
This commit is contained in:
parent
4321951987
commit
9af18d1b96
144 changed files with 11 additions and 51795 deletions
|
@ -22,7 +22,6 @@
|
|||
#endif
|
||||
#if defined(HAVE_X11) && HAVE_X11
|
||||
#define CIFACE_USE_XLIB
|
||||
#define CIFACE_USE_SDL
|
||||
#if defined(HAVE_X11_XINPUT2) && HAVE_X11_XINPUT2
|
||||
#define CIFACE_USE_X11_XINPUT2
|
||||
#endif
|
||||
|
@ -33,6 +32,9 @@
|
|||
#ifdef ANDROID
|
||||
#define CIFACE_USE_ANDROID
|
||||
#endif
|
||||
#if defined(HAVE_SDL) && HAVE_SDL
|
||||
#define CIFACE_USE_SDL
|
||||
#endif
|
||||
|
||||
using namespace ciface::Core;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue