1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-03 13:14:04 +00:00

Merge pull request from MrHuu/patch-5

(3DS) Allow control bindings for multiple players
This commit is contained in:
Autechre 2020-04-22 01:08:34 +02:00 committed by GitHub
commit cb510f04d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)