dolphin/Source/Core
Jasper St. Pierre a6dc3c47a9 ControllerEmu: Change the GetState interface to remove range/base
Do the scaling in the code that interprets the results.

This also removes the templatization of things and changes the interface
to always take a double.

This does add a bit more code to the users of GetState, especially when
having to deal with focus management, but this will be cleaned up very
soon, as focus and focus-related options will be centralized inside the
input platforms themselves, rather than spread out across all the input
plugins.
2014-07-11 13:32:57 -04:00
..
AudioCommon mark all local variables as static 2014-07-11 16:10:20 +02:00
Common remove unused globals 2014-07-11 16:10:20 +02:00
Core ControllerEmu: Change the GetState interface to remove range/base 2014-07-11 13:32:57 -04:00
DiscIO mark all local variables as static 2014-07-11 16:10:20 +02:00
DolphinWX ControllerEmu: Change the GetState interface to remove range/base 2014-07-11 13:32:57 -04:00
InputCommon ControllerEmu: Change the GetState interface to remove range/base 2014-07-11 13:32:57 -04:00
VideoBackends remove unused globals 2014-07-11 16:10:20 +02:00
VideoCommon remove unused globals 2014-07-11 16:10:20 +02:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00