mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-17 22:29:27 +00:00
11fed40c79
== DETAILS I fixed a similar bug in a past commit, with the same root cause: making assumptions about the length of the array. - Add validation to joypad_connection_init() so that if >MAX_USERS is requested, a warning is logged and only MAX_USERS is allocated. - Rewrote the iteration routines so they strictly use the joypad_is_end_of_list() method to detect the end. |
||
---|---|---|
.. | ||
connect_nesusb.c | ||
connect_ps2adapter.c | ||
connect_ps3.c | ||
connect_ps4.c | ||
connect_psxadapter.c | ||
connect_snesusb.c | ||
connect_wii.c | ||
connect_wiiugca.c | ||
connect_wiiupro.c | ||
joypad_connection.c | ||
joypad_connection.h |