dolphin/Source/Core
Lioncash 10f3d90f83 Make the base calculation in CheatsWindow simpler.
First and foremost this should test the checked state, not its direct value.
This should never have used multiplication at all. Seriously, what the hell?

The only values it would have given is true or false, so the only cases are 0*6 and 1*6.
2014-03-02 22:15:01 -05:00
..
AudioCommon Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
Common ArmEmitter: make it more readable 2014-02-28 12:43:22 +01:00
Core Remove another clamp function laying in the codebase and replace it with the one in MathUtil.h. 2014-03-02 13:57:27 -05:00
DiscIO Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
DolphinWX Make the base calculation in CheatsWindow simpler. 2014-03-02 22:15:01 -05:00
InputCommon Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
VideoBackends Fix the Windows build (broken in 315a8ba) 2014-03-01 01:33:19 +01:00
VideoCommon Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00