dolphin/Source/Core/InputCommon/Src/ControllerInterface
2011-03-05 06:11:26 +00:00
..
DInput
OSX PS3 controllers have some input elements with very large value fields 2011-02-27 00:15:26 +00:00
SDL Build fixes when using SDL 1.3 related to force feedback support, as suggested in issue #1338. 2011-02-19 07:06:26 +00:00
XInput
Xlib Implement free look on linux. Patch due to artart78. 2010-12-21 23:58:25 +00:00
ControllerInterface.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
ControllerInterface.h 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