dolphin/Source/Core/DolphinWX
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
..
Android Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
Debugger Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
GLInterface Fetch swapInterval function pointer after binding a context 2014-02-24 12:45:02 +01:00
MemoryCards Crypto: small cleanup 2014-02-28 12:43:22 +01:00
resources Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
ARCodeAddEdit.cpp Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
ARCodeAddEdit.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
AboutDolphin.cpp Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
AboutDolphin.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
CMakeLists.txt ForceFeedback: Add OSX rumble support 2014-02-09 17:01:45 +09:00
CheatsWindow.cpp Make the base calculation in CheatsWindow simpler. 2014-03-02 22:15:01 -05:00
CheatsWindow.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
ConfigMain.cpp Fix various warnings reported by clang 2014-02-28 12:28:19 +01:00
ConfigMain.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
DolphinWX.rc Define the icon for "dolphin". The IDI_ICON1 seems to be preempted by the wx resource. This one does not. 2012-12-17 08:33:42 -06:00
DolphinWX.vcxproj Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
DolphinWX.vcxproj.filters Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
DolphinWX.vcxproj.user Update to VS2013 and a slew of build-related updates. Notes: 2013-10-26 17:55:38 -07:00
FifoPlayerDlg.cpp Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
FifoPlayerDlg.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
Frame.cpp Revert "Merge pull request #83 from lioncash/remove-console" 2014-02-23 07:48:06 +01:00
Frame.h Revert "Merge pull request #83 from lioncash/remove-console" 2014-02-23 07:48:06 +01:00
FrameAui.cpp Revert "Merge pull request #83 from lioncash/remove-console" 2014-02-23 07:48:06 +01:00
FrameTools.cpp Revert "Merge pull request #83 from lioncash/remove-console" 2014-02-23 07:48:06 +01:00
GameListCtrl.cpp MathUtil: Change Log2 return value to int 2014-02-26 11:37:28 +01:00
GameListCtrl.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
GeckoCodeDiag.cpp Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
GeckoCodeDiag.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
Globals.h Revert "Merge pull request #83 from lioncash/remove-console" 2014-02-23 07:48:06 +01:00
HotkeyDlg.cpp Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
HotkeyDlg.h Merge pull request #91 from delroth/iwyu 2014-02-23 03:34:10 +01:00
ISOFile.cpp Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
ISOFile.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
ISOProperties.cpp Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
ISOProperties.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
Info.plist.in Pull in translations from Transifex. 2013-09-21 11:24:33 -05:00
InputConfigDiag.cpp Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
InputConfigDiag.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
InputConfigDiagBitmaps.cpp Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
LogConfigWindow.cpp Revert "Merge pull request #83 from lioncash/remove-console" 2014-02-23 07:48:06 +01:00
LogConfigWindow.h Revert "Merge pull request #83 from lioncash/remove-console" 2014-02-23 07:48:06 +01:00
LogWindow.cpp Revert "Merge pull request #83 from lioncash/remove-console" 2014-02-23 07:48:06 +01:00
LogWindow.h Revert "Merge pull request #83 from lioncash/remove-console" 2014-02-23 07:48:06 +01:00
Main.cpp Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
Main.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
MainAndroid.cpp Fix the OpenGL About tab. 2014-02-22 21:08:27 -06:00
MainNoGUI.cpp Fix the nogui build when building with EGL 2014-02-24 06:34:09 +00:00
MemcardManager.cpp Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
MemcardManager.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
NetWindow.cpp Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
NetWindow.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
PHackSettings.cpp Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
PHackSettings.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
PatchAddEdit.cpp Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
PatchAddEdit.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
TASInputDlg.cpp Fix a case where the wrong placeholders were being assigned for the up and down D-Pad buttons in the TAS dialog. 2014-03-02 18:58:54 -05:00
TASInputDlg.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
UDPConfigDiag.cpp Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
UDPConfigDiag.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
VideoConfigDiag.cpp Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
VideoConfigDiag.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
WXInputBase.cpp Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
WXInputBase.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
WiimoteConfigDiag.cpp Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
WiimoteConfigDiag.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
WxUtils.cpp ArmEmitter: make it more readable 2014-02-28 12:43:22 +01:00
WxUtils.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
X11Utils.cpp Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
X11Utils.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
resource.h Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
stdafx.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
stdafx.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00