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