From 1f951656a3f1f5d0bb56534b3be4f806d5412325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s?= Date: Sun, 14 Feb 2016 23:23:29 -0500 Subject: [PATCH] Update command_event.c --- command_event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command_event.c b/command_event.c index 307ca12cef..bd00e37262 100644 --- a/command_event.c +++ b/command_event.c @@ -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); } }