mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-02 02:52:30 +02:00
windows build fix for Plugin_PadSimple/Src/PadSimple.cpp
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1390 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
e3fb58769c
commit
9692fca60e
@ -185,8 +185,8 @@ void PAD_Initialize(SPADInitialize _PADInitialize)
|
||||
dinput.Init((HWND)g_PADInitialize.hWnd);
|
||||
#else
|
||||
GXdsp = (Display*)g_PADInitialize.hWnd;
|
||||
#endif
|
||||
XkbSetDetectableAutoRepeat(GXdsp, True, NULL);
|
||||
#endif
|
||||
|
||||
LoadConfig();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user