Update command_event.c

This commit is contained in:
Andrés 2016-02-14 23:23:29 -05:00
parent d4846b9021
commit 1f951656a3

View File

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