mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 00:39:53 +00:00
(XDK) Try to autodetect all pads at startup
This commit is contained in:
parent
29fa91dcd0
commit
f71bbeae9f
@ -55,13 +55,12 @@ static void xdk_joypad_autodetect_add(unsigned autoconf_pad)
|
||||
|
||||
static bool xdk_joypad_init(void *data)
|
||||
{
|
||||
unsigned autoconf_pad;
|
||||
#ifdef _XBOX1
|
||||
XInitDevices(0, NULL);
|
||||
#else
|
||||
unsigned autoconf_pad;
|
||||
#endif
|
||||
for (autoconf_pad = 0; autoconf_pad < MAX_USERS; autoconf_pad++)
|
||||
xdk_joypad_autodetect_add(autoconf_pad);
|
||||
#endif
|
||||
|
||||
(void)data;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user