mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
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:
@ -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;
|
||||||
|
Reference in New Issue
Block a user