diff options
| author | Soren Jorvang <soren.jorvang@gmail.com> | 2010-10-12 22:26:30 +0000 |
|---|---|---|
| committer | Soren Jorvang <soren.jorvang@gmail.com> | 2010-10-12 22:26:30 +0000 |
| commit | e81a10fb44047ab727dc686e66f18ca783795a50 (patch) | |
| tree | a3d46f1eb84a6f0d6cb2966e6f9b27315cf6bf2e /Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h | |
| parent | a89b8f4a7dd15ce5ee38bb68b877150f36cadfe8 (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.h | 1 |
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 |
