diff options
| author | John Peterson <jpeterson57@gmail.com> | 2009-02-09 21:01:02 +0000 |
|---|---|---|
| committer | John Peterson <jpeterson57@gmail.com> | 2009-02-09 21:01:02 +0000 |
| commit | b59d023cbfa1c5a583c088b337cd937cccef3027 (patch) | |
| tree | 7f16e868a661f4c933948bf906777fcf5de7d305 /Source | |
| parent | d209d4a577ccaade93ecde00fe37c68741602948 (diff) | |
Wiimote: Build fix, forgot to recomment a logging function
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2186 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Plugins/Plugin_Wiimote/Src/EmuPad.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Plugins/Plugin_Wiimote/Src/EmuPad.cpp b/Source/Plugins/Plugin_Wiimote/Src/EmuPad.cpp index bb351dab95..f780d9aad4 100644 --- a/Source/Plugins/Plugin_Wiimote/Src/EmuPad.cpp +++ b/Source/Plugins/Plugin_Wiimote/Src/EmuPad.cpp @@ -110,7 +110,7 @@ void GetJoyState(InputCommon::CONTROLLER_STATE_NEW &_PadState, InputCommon::CONT }
#endif
- /* Debugging */
+ /* Debugging
Console::ClearScreen();
Console::Print(
"Controller and handle: %i %i\n"
@@ -122,7 +122,7 @@ void GetJoyState(InputCommon::CONTROLLER_STATE_NEW &_PadState, InputCommon::CONT _PadMapping.triggertype,
_PadMapping.Axis.Tl, _PadMapping.Axis.Tr,
_PadState.Axis.Tl, _PadState.Axis.Tr
- );
+ );*/
}
|
