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