diff options
| author | nakeee <nakeee@gmail.com> | 2010-04-13 06:09:45 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2010-04-13 06:09:45 +0000 |
| commit | 379c4693436c9a71e4f88e3428e37ef46a7534c2 (patch) | |
| tree | 9a74b0bcdc82cd6c512f4bddc39d00dde5505917 /Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp | |
| parent | d8906d2a0ca92b636b2e228da6431621e0cc9479 (diff) | |
Linux compile fix for billard's changes.
(Had to do it myself since glen is now a windows person :P)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5356 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp')
| -rw-r--r-- | Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp b/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp index 448e7ee0cc..d1b97c7e37 100644 --- a/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp +++ b/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp @@ -40,7 +40,7 @@ void ControllerInterface::Init() ciface::DirectInput::Init( m_devices/*, (HWND)m_hwnd*/ ); #endif #ifdef CIFACE_USE_XLIB - ciface::XLIB::Init( m_devices, m_hwnd ); + ciface::Xlib::Init( m_devices, m_hwnd ); #endif #ifdef CIFACE_USE_OSX ciface::OSX::Init( m_devices, m_hwnd ); |
