dolphin/Source/Core/InputCommon/Src
Lioncash fe7e691d77 Revert "mem_fun -> mem_fn."
This reverts commit b7d32b0a3d.

OSX C++ std library in charge of holding back progress (as usual).
2013-01-23 23:38:49 -05:00
..
ControllerInterface Add support for the mouse cursor and mouse clicking events on OS X. 2013-01-17 23:32:07 -08:00
ControllerEmu.cpp Allow emulated wiimote to be tilted 180 degrees in each direction. (was 90) 2013-01-19 19:20:04 -06:00
ControllerEmu.h Allow emulated wiimote to be tilted 180 degrees in each direction. (was 90) 2013-01-19 19:20:04 -06:00
GCPadStatus.h remove hacky old MicButton stuff 2011-10-03 23:46:00 -07:00
InputConfig.cpp Change key names, and put it in section Controls. 2013-01-09 21:56:17 -05:00
InputConfig.h Allow setting different profiles for different controllers, and automatically use the appropriate profile directory. 2013-01-09 15:04:37 -05:00
UDPWiimote.cpp Replaced Common::CriticalSection with a std::mutex implementation. 64bit Windows builds now use SRWLocks and ConditionVariables(requires Vista/7, x64 builds will no longer work on Windows XP x64). Tell me if you hate that. Removed Common::EventEx. Common::Event now uses a std::condition_variable impl.(using ConditionVariables on Windows x64, Events on x86, or posix condition variables elsewhere). I experience slight speed improvements with these changes. 2011-03-05 06:11:26 +00:00
UDPWiimote.h
UDPWrapper.cpp Move UDPConfigDiag into Dolphin, to allow building of UDP Wiimote again. 2010-11-14 13:30:57 +00:00
UDPWrapper.h
X11InputBase.cpp
X11InputBase.h