mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Merge pull request #10488 from MrHuu/patch-5
(3DS) Allow control bindings for multiple players
This commit is contained in:
commit
cb510f04d8
@ -51,7 +51,7 @@ static int16_t ctr_input_state(void *data,
|
||||
{
|
||||
ctr_input_t *ctr = (ctr_input_t*)data;
|
||||
|
||||
if (port > 0)
|
||||
if (port >= MENU_ENUM_LABEL_VALUE_INPUT_MAX_USERS)
|
||||
return 0;
|
||||
|
||||
switch (device)
|
||||
|
Loading…
x
Reference in New Issue
Block a user