A few details missed in the last commit.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6694 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Glenn Rice 2010-12-31 03:08:22 +00:00
parent 8e184171e7
commit 0249d5fbaa
2 changed files with 5 additions and 2 deletions

View File

@ -314,6 +314,11 @@ static int ConnectWiimotes(Wiimote** wm)
if (wm[i]->Connect())
++connected;
else
{
delete wm[i];
wm[i] = NULL;
}
}
return connected;

View File

@ -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"