dolphin/Source/Plugins/Plugin_WiimoteNew/Src
Soren Jorvang 3d25197a1c Avoid always-true and signed/unsigned comparisons.
Make empty while loops a little more obvious with a {} suffix.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6019 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-07-31 19:06:44 +00:00
..
WiimoteEmu Gecko codes: Added parenthesis where they were needed.(thanks to glennrics and soren) Fixed a copy paste error with write & fill 8bit codes. Also forgot to remove a return false;.(some more codes should work (fixed issue 2968)) New Wiimote Plugin: Added emulated swinging.(seems to work) Changed the emulated calibration data to some nice values. ControllerInterface: moved and constified some stuff. 2010-07-26 05:30:50 +00:00
WiimoteReal Avoid always-true and signed/unsigned comparisons. 2010-07-31 19:06:44 +00:00
SConscript Some refinements to (r5955+r5962+r5964): 2010-07-24 17:39:17 +00:00
WiimoteConfigDiag.cpp Prevent Python from stripping off the final newline of the main(){} 2010-07-22 07:55:35 +00:00
WiimoteConfigDiag.h Prevent Python from stripping off the final newline of the main(){} 2010-07-22 07:55:35 +00:00
WiimoteNew.cpp Removed the hackery that was being done with the plugin configuration dialogs on windows. That was unnecessary and ugly. The HWND type is dead for non windows. Also cleaned up the gui a little. 2010-07-30 03:51:49 +00:00