diff --git a/Source/Core/Core/Src/HW/WiimoteReal/WiimoteReal.cpp b/Source/Core/Core/Src/HW/WiimoteReal/WiimoteReal.cpp index 64c755d299..442cd88bb7 100644 --- a/Source/Core/Core/Src/HW/WiimoteReal/WiimoteReal.cpp +++ b/Source/Core/Core/Src/HW/WiimoteReal/WiimoteReal.cpp @@ -314,6 +314,11 @@ static int ConnectWiimotes(Wiimote** wm) if (wm[i]->Connect()) ++connected; + else + { + delete wm[i]; + wm[i] = NULL; + } } return connected; diff --git a/Source/Core/DolphinWX/Src/AboutDolphin.cpp b/Source/Core/DolphinWX/Src/AboutDolphin.cpp index af608bff03..61f37ae581 100644 --- a/Source/Core/DolphinWX/Src/AboutDolphin.cpp +++ b/Source/Core/DolphinWX/Src/AboutDolphin.cpp @@ -70,8 +70,6 @@ void AboutDolphin::CreateGUIControls() "\n" "Thanks to hcs/destop for their GC ADPCM decoder.\n" "\n" - "Thanks to Michael Laforest for the Wiiuse library.\n" - "\n" "We are not affiliated with Nintendo in any way.\n" "Gamecube and Wii are trademarks of Nintendo.\n" "The emulator is for educational purposes only\n"