mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
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:
parent
8e184171e7
commit
0249d5fbaa
@ -314,6 +314,11 @@ static int ConnectWiimotes(Wiimote** wm)
|
||||
|
||||
if (wm[i]->Connect())
|
||||
++connected;
|
||||
else
|
||||
{
|
||||
delete wm[i];
|
||||
wm[i] = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
return connected;
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user