diff options
| author | Ryan Houdek <Sonicadvance1@gmail.com> | 2016-02-06 20:08:58 -0500 |
|---|---|---|
| committer | Ryan Houdek <Sonicadvance1@gmail.com> | 2016-02-06 20:08:58 -0500 |
| commit | 36af9981c7326237259e78fd29b96c351c409739 (patch) | |
| tree | c5c6a69b7cbdfe2a7b375e0d7dc4e75ccec067e3 /Source/Core/InputCommon/ControllerInterface/ControllerInterface.h | |
| parent | d5836dfd5be96852da9eaf25ffaddf24f52fc026 (diff) | |
| parent | 2f7e3ae58e22b8cb307b4bcc5c3640efab5f922c (diff) | |
Merge pull request #3595 from Sonicadvance1/Android_headless
[Android] Headless support
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/ControllerInterface.h')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/ControllerInterface.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h index 08b282dba8..e324817dd3 100644 --- a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h +++ b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h @@ -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 |
