From 082081415617e77bc641f2edca4b837d4280d640 Mon Sep 17 00:00:00 2001 From: EkeEke Date: Wed, 21 Nov 2012 01:22:44 +0100 Subject: [PATCH] [Wii] fixed inputs settings auto-detection on startup --- source/gx/gx_input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/gx/gx_input.c b/source/gx/gx_input.c index 99d5752..454e2ae 100644 --- a/source/gx/gx_input.c +++ b/source/gx/gx_input.c @@ -1258,7 +1258,7 @@ void gx_input_SetDefault(void) #ifdef HW_RVL /* Autodetect Wii Controllers */ - VIDEO_WaitVSync(); + WPAD_ScanPads(); for (i=0; i<4; i++) { /* try to autodetect connected controller */