mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Use cmake to determine if we are enabling the Android Controller Interface
This commit is contained in:
parent
018625e54f
commit
6305f09467
2 changed files with 1 additions and 3 deletions
|
@ -29,9 +29,6 @@
|
|||
#if defined(__APPLE__)
|
||||
#define CIFACE_USE_OSX
|
||||
#endif
|
||||
#ifdef ANDROID
|
||||
#define CIFACE_USE_ANDROID
|
||||
#endif
|
||||
#if defined(HAVE_SDL) && HAVE_SDL
|
||||
#define CIFACE_USE_SDL
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue