mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Pass this to XInputOpen
This commit is contained in:
parent
f71bbeae9f
commit
0731a79a4f
@ -187,7 +187,7 @@ static void xdk_joypad_poll(void)
|
|||||||
m_pollingParameters.bInputInterval = 8;
|
m_pollingParameters.bInputInterval = 8;
|
||||||
m_pollingParameters.bOutputInterval = 8;
|
m_pollingParameters.bOutputInterval = 8;
|
||||||
gamepads[port] = XInputOpen(XDEVICE_TYPE_GAMEPAD, port,
|
gamepads[port] = XInputOpen(XDEVICE_TYPE_GAMEPAD, port,
|
||||||
XDEVICE_NO_SLOT, NULL);
|
XDEVICE_NO_SLOT, &m_pollingParameters);
|
||||||
|
|
||||||
xdk_joypad_autodetect_add(port);
|
xdk_joypad_autodetect_add(port);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user