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…
Reference in New Issue