From b59d023cbfa1c5a583c088b337cd937cccef3027 Mon Sep 17 00:00:00 2001 From: John Peterson Date: Mon, 9 Feb 2009 21:01:02 +0000 Subject: [PATCH] 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 --- Source/Plugins/Plugin_Wiimote/Src/EmuPad.cpp | 4 ++-- 1 file 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 - ); + );*/ }