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:
parent
d209d4a577
commit
b59d023cbf
|
@ -110,7 +110,7 @@ void GetJoyState(InputCommon::CONTROLLER_STATE_NEW &_PadState, InputCommon::CONT
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Debugging */
|
/* Debugging
|
||||||
Console::ClearScreen();
|
Console::ClearScreen();
|
||||||
Console::Print(
|
Console::Print(
|
||||||
"Controller and handle: %i %i\n"
|
"Controller and handle: %i %i\n"
|
||||||
|
@ -122,7 +122,7 @@ void GetJoyState(InputCommon::CONTROLLER_STATE_NEW &_PadState, InputCommon::CONT
|
||||||
_PadMapping.triggertype,
|
_PadMapping.triggertype,
|
||||||
_PadMapping.Axis.Tl, _PadMapping.Axis.Tr,
|
_PadMapping.Axis.Tl, _PadMapping.Axis.Tr,
|
||||||
_PadState.Axis.Tl, _PadState.Axis.Tr
|
_PadState.Axis.Tl, _PadState.Axis.Tr
|
||||||
);
|
);*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue