From a2f0008d2a90c8072d719c53994096451f24e37a Mon Sep 17 00:00:00 2001 From: Maschell Date: Tue, 11 Apr 2017 19:08:09 +0200 Subject: [PATCH] Same for WPADProbe. --- src/patcher/hid_controller_function_patcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/patcher/hid_controller_function_patcher.cpp b/src/patcher/hid_controller_function_patcher.cpp index 4e5b7b5..a6801b2 100644 --- a/src/patcher/hid_controller_function_patcher.cpp +++ b/src/patcher/hid_controller_function_patcher.cpp @@ -105,8 +105,8 @@ DECL(s32, WPADProbe, s32 chan, u32 * result ){ (ControllerPatcher::isControllerConnectedAndActive(UController_Type_Pro4) && chan == 3)){ if(result != NULL){ *result = WPAD_EXT_PRO_CONTROLLER; - return 0; } + return 0; } return real_WPADProbe(chan,result);