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
This commit is contained in:
John Peterson 2009-02-09 21:01:02 +00:00
parent d209d4a577
commit b59d023cbf
1 changed files with 2 additions and 2 deletions

View File

@ -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
);
);*/
}