dolphin/Source/Core/InputCommon
Tillmann Karras 315a8ba1c0 Various changes suggested by cppcheck
- remove unused variables
- reduce the scope where it makes sense
- correct limits (did you know that strcat()'s last parameter does not
  include the \0 that is always added?)
- set some free()'d pointers to NULL
2014-02-28 12:43:20 +01:00
..
ControllerInterface Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
CMakeLists.txt ForceFeedback: Add OSX rumble support 2014-02-09 17:01:45 +09:00
ControllerEmu.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
ControllerEmu.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05: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
UDPWiimote.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
UDPWiimote.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
UDPWrapper.cpp Fix more header sorting issues in InputCommon/ (now check-includes clean). 2014-02-20 01:01:10 +01:00
UDPWrapper.h Fix more header sorting issues in InputCommon/ (now check-includes clean). 2014-02-20 01:01:10 +01: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