This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
c88b83699ee40147fa73b7ee8548aef1881fb0ca
dolphin
/
Source
/
Core
/
InputCommon
T
History
Ryan Houdek
c88b83699e
Don't use SDL devices that report invalid ranges.
...
If Buttons, Axes, Hats, or Balls > 255 then reject it.
2014-04-16 16:28:57 -05:00
..
ControllerInterface
Don't use SDL devices that report invalid ranges.
2014-04-16 16:28:57 -05:00
CMakeLists.txt
ForceFeedback: Add OSX rumble support
2014-02-09 17:01:45 +09:00
ControllerEmu.cpp
Kill off some usages of c_str.
2014-03-14 13:51:23 -04:00
ControllerEmu.h
Kill off some usages of c_str.
2014-03-14 13:51:23 -04:00
GCPadStatus.h
Replace all include guard ifdefs with "#pragma once"
2014-02-10 18:07:16 -05:00
InputCommon.vcxproj
ControllerInterface: Move DInput ForceFeedback support to a seperate class
2014-02-09 17:01:38 +09:00
InputCommon.vcxproj.filters
ControllerInterface: Move DInput ForceFeedback support to a seperate class
2014-02-09 17:01:38 +09:00
InputConfig.cpp
Fix Linux build
2014-02-18 12:09:38 +01:00
InputConfig.h
Convert all includes to relative paths.
2014-02-18 02:19:10 -05:00
stdafx.cpp
Convert all includes to relative paths.
2014-02-18 02:19:10 -05:00
stdafx.h
Second and final pass of clearing out tabs.
2014-02-17 02:19:41 -05:00
UDPWiimote.cpp
Replace use of the deprecated mem_fun function with mem_fn.
2014-04-01 12:09:22 -04:00
UDPWiimote.h
Turn some non-const refs into pointers
2014-03-17 02:55:57 +01:00
UDPWrapper.cpp
Kill off some usages of c_str.
2014-03-14 13:51:23 -04:00
UDPWrapper.h
clang-modernize -add-override
2014-03-09 21:12:01 +01:00