Gecko codes: Added parenthesis where they were needed.(thanks to glennrics and soren...
commit6e67dabb8d672638f38a5ffd890ab82a12e50fba
authorBilliard26 <Billiard26@8ced0084-cf51-0410-be5f-012b33b47a6e>
Mon, 26 Jul 2010 05:30:50 +0000 (26 05:30 +0000)
committerBilliard26 <Billiard26@8ced0084-cf51-0410-be5f-012b33b47a6e>
Mon, 26 Jul 2010 05:30:50 +0000 (26 05:30 +0000)
tree9b639d6ddab63269a45b19f8d46be769b317bf43
parent3479f070c3a28d4ae3e44f0c470435890edf7dbf
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.

git-svn-id: http://dolphin-emu.googlecode.com/svn/trunk@5980 8ced0084-cf51-0410-be5f-012b33b47a6e
17 files changed:
Source/Core/Core/Src/GeckoCode.cpp
Source/Core/Core/Src/HW/GCPad.cpp
Source/Core/InputCommon/Src/ControllerEmu.cpp
Source/Core/InputCommon/Src/ControllerEmu.h
Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp
Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h
Source/Core/InputCommon/Src/ControllerInterface/DInput/DInputKeyboardMouse.cpp
Source/Core/InputCommon/Src/ControllerInterface/XInput/XInput.cpp
Source/Core/InputCommon/Src/InputConfig.h
Source/Core/InputUICommon/Src/ConfigDiag.cpp
Source/Core/InputUICommon/Src/ConfigDiagBitmaps.cpp
Source/Plugins/Plugin_WiimoteNew/Src/WiimoteEmu/Attachment/Nunchuk.cpp
Source/Plugins/Plugin_WiimoteNew/Src/WiimoteEmu/Attachment/Nunchuk.h
Source/Plugins/Plugin_WiimoteNew/Src/WiimoteEmu/UDPTLayer.h
Source/Plugins/Plugin_WiimoteNew/Src/WiimoteEmu/WiimoteEmu.cpp
Source/Plugins/Plugin_WiimoteNew/Src/WiimoteEmu/WiimoteEmu.h
Source/Plugins/Plugin_WiimoteNew/Src/WiimoteNew.cpp