From c986a7eb1adc4d48933eebeef9d5a271723ca50e Mon Sep 17 00:00:00 2001 From: zeromus Date: Sun, 4 Oct 2009 22:23:05 +0000 Subject: [PATCH] fix old bug causing inability to use gamepads for hotkeys --- desmume/src/windows/inputdx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/windows/inputdx.cpp b/desmume/src/windows/inputdx.cpp index a44e18726..4d247ce95 100644 --- a/desmume/src/windows/inputdx.cpp +++ b/desmume/src/windows/inputdx.cpp @@ -1797,7 +1797,7 @@ static LRESULT CALLBACK HotInputCustomWndProc(HWND hwnd, UINT msg, WPARAM wParam case WM_TIMER: if(hwnd == selectedItem) { - //FunkyJoyStickTimer(); + FunkyJoyStickTimer(); } SetTimer(hwnd,747,125,NULL); break;