summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp
AgeCommit message (Expand)Author
2011-12-12detect input at 55% to catch silly c-stick rangeJordan Woyak
2011-08-31Untested attempt to fix real gcpad sticks not being detected by the input con...Jordan Woyak
2011-03-22Fixed some memory leaks. Only one was mine ;PJordan Woyak
2011-03-14Fix DInput and SDL.Jordan Woyak
2011-03-14Clean up "ControllerInterface" a bit.Jordan Woyak
2011-03-07problem: TryAcquireSRWLockExclusive requires Windows 7 :/. solution kinda: us...Jordan Woyak
2011-03-05Replaced Common::CriticalSection with a std::mutex implementation. 64bit Wind...Jordan Woyak
2011-01-30Guard against controller instances without any inputs.Soren Jorvang
2011-01-28Fix OS X build.Soren Jorvang
2010-10-19Made it easer to use mouse/keyboard and a gamepad together on the same emulat...Jordan Woyak
2010-10-12Moved WiimoteNew into Dolphin and eliminated the old wiimote plugin. Removed ...Jordan Woyak
2010-07-26Gecko codes: Added parenthesis where they were needed.(thanks to glennrics an...Jordan Woyak
2010-07-10GCPad/Wiimote New: Added a set defaults button to the config dialog. (gave ne...Jordan Woyak
2010-07-03New Wiimote Plugin: Added real wiimote support.(only tested on Windows, still...Jordan Woyak
2010-06-22GCPad/New Wiimote: Fixed issue 2848 (profiles not saving). Renamed DInput mou...Jordan Woyak
2010-06-21Windows/Linux/whatever build fix.XTra.KrazzY
2010-06-21GCPad/New Wiimote Plugin: Individual keyboard and mouse devices are now liste...Jordan Woyak
2010-06-12Made GCPadNew load the same defaults as old GCPad if GCPadNew.ini doesn't exi...Jordan Woyak
2010-06-06Made new Wiimote plugin not deinit SDL on shutdown. (Hacks, same thing old wi...Jordan Woyak
2010-06-05New GCPad/Wiimote: Enabled SDL 1.2 on the Windows build to support some gamep...Jordan Woyak
2010-06-02Fix some cases of variables being used uninitialized. Also some unusedSoren Jorvang
2010-04-25First OSX keyboard stuff...works, with limitations:\nNo Mouse support yet (Ad...Shawn Hoffman
2010-04-13Linux compile fix for billard's changes. nakeee
2010-04-13Commited my new wiimote plugin work so far. Some code was copied from the cur...Jordan Woyak