dolphin/Source/Core/InputCommon
Rachel Bryk 5adbc83453 Change ControlState typedef to double, and change all related floats/doubles to use it.
Fixes an off by 1 issue related to double->float->double conversion, and eliminates numerous warnings.
2014-09-03 03:08:09 -04:00
..
ControllerInterface Change ControlState typedef to double, and change all related floats/doubles to use it. 2014-09-03 03:08:09 -04:00
CMakeLists.txt UnitTests: make it possible to build tests for code that has global dependencies 2014-08-02 09:34:39 -07:00
ControllerEmu.cpp Change ControlState typedef to double, and change all related floats/doubles to use it. 2014-09-03 03:08:09 -04:00
ControllerEmu.h Change ControlState typedef to double, and change all related floats/doubles to use it. 2014-09-03 03:08:09 -04:00
GCPadStatus.h Changed GCPadStatus struct to use cstdint types instead of char, short etc. 2014-08-14 14:14:07 -05:00
InputCommon.vcxproj Merge pull request #925 from shuffle2/xbcd-compat 2014-09-02 23:21:47 -07:00
InputCommon.vcxproj.filters Revert changes to how DInput filters out XInput devices. 2014-09-01 14:56:11 -07:00
InputConfig.cpp InputCommon: Rename class InputPlugin to InputConfig 2014-08-31 00:59:06 -04:00
InputConfig.h InputCommon: Rename class InputPlugin to InputConfig 2014-08-31 00:59:06 -04:00