summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h
diff options
context:
space:
mode:
authorSoren Jorvang <soren.jorvang@gmail.com>2010-10-12 22:26:30 +0000
committerSoren Jorvang <soren.jorvang@gmail.com>2010-10-12 22:26:30 +0000
commite81a10fb44047ab727dc686e66f18ca783795a50 (patch)
treea3d46f1eb84a6f0d6cb2966e6f9b27315cf6bf2e /Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h
parenta89b8f4a7dd15ce5ee38bb68b877150f36cadfe8 (diff)
Temporarily re-enable SDL pad input on OS X.
Placeholder SConscript for VideoMerge plugin. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6272 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h')
-rw-r--r--Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h b/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h
index d0bff0a271..df7a7bd6ee 100644
--- a/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h
+++ b/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h
@@ -28,6 +28,7 @@
#endif
#if defined(__APPLE__)
#define CIFACE_USE_OSX
+ #define CIFACE_USE_SDL
#endif
// idk in case i wanted to change it to double or somethin, idk what's best