PadSimple: Removed the todo comment
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2059 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
4837dac8b6
commit
46151a9369
|
@ -636,7 +636,6 @@ void PAD_GetStatus(u8 _numPAD, SPADStatus* _pPADStatus)
|
||||||
_pPADStatus->button |= PAD_USE_ORIGIN;
|
_pPADStatus->button |= PAD_USE_ORIGIN;
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
// Just update pad on focus
|
// Just update pad on focus
|
||||||
// TODO fix g_PADInitialize.hWnd != DolphinWX frame
|
|
||||||
if (pad[_numPAD].bDisable)
|
if (pad[_numPAD].bDisable)
|
||||||
{
|
{
|
||||||
if (!IsFocus()) return;
|
if (!IsFocus()) return;
|
||||||
|
|
Loading…
Reference in New Issue