mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Update command_event.c
This commit is contained in:
parent
d4846b9021
commit
1f951656a3
@ -386,7 +386,7 @@ static void event_init_controllers(void)
|
||||
if (set_controller)
|
||||
{
|
||||
pad.device = device;
|
||||
pad.port = i + 1;
|
||||
pad.port = i;
|
||||
core_ctl(CORE_CTL_RETRO_SET_CONTROLLER_PORT_DEVICE, &pad);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user