mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Fallback to first working joypad driver if init failed
Fallback to the old behavior on init failure so there's no regression if the user did not select a working joypad driver.
This commit is contained in:
parent
b165b8fa82
commit
6203c3162e
@ -105,7 +105,7 @@ const rarch_joypad_driver_t *input_joypad_init_driver(const char *ident)
|
||||
}
|
||||
}
|
||||
|
||||
return NULL;
|
||||
return input_joypad_init_first();
|
||||
}
|
||||
|
||||
const rarch_joypad_driver_t *input_joypad_init_first(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user