mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 22:59:47 -06:00
nJoy: (Forgot to disable logging)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3723 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -570,7 +570,7 @@ void PAD_GetStatus(u8 _numPAD, SPADStatus* _pPADStatus)
|
|||||||
// ----------------------
|
// ----------------------
|
||||||
|
|
||||||
// Debugging
|
// Debugging
|
||||||
/* */
|
/*
|
||||||
// Show the status of all connected pads
|
// Show the status of all connected pads
|
||||||
ConsoleListener* Console = LogManager::GetInstance()->getConsoleListener();
|
ConsoleListener* Console = LogManager::GetInstance()->getConsoleListener();
|
||||||
if ((LastPad == 0 && _numPAD == 0) || _numPAD < LastPad) Console->ClearScreen();
|
if ((LastPad == 0 && _numPAD == 0) || _numPAD < LastPad) Console->ClearScreen();
|
||||||
@ -597,7 +597,7 @@ void PAD_GetStatus(u8 _numPAD, SPADStatus* _pPADStatus)
|
|||||||
PadState[_numPAD].buttons[InputCommon::CTL_A_BUTTON],
|
PadState[_numPAD].buttons[InputCommon::CTL_A_BUTTON],
|
||||||
PadState[_numPAD].buttons[InputCommon::CTL_X_BUTTON]
|
PadState[_numPAD].buttons[InputCommon::CTL_X_BUTTON]
|
||||||
);
|
);
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user