mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Sloppily fix wiimotes not being connected after boot.
This commit is contained in:
@ -596,6 +596,8 @@ void Update(int _WiimoteNumber)
|
||||
|
||||
if (g_wiimotes[_WiimoteNumber])
|
||||
g_wiimotes[_WiimoteNumber]->Update();
|
||||
else
|
||||
Host_ConnectWiimote(_WiimoteNumber, false);
|
||||
}
|
||||
|
||||
void StateChange(EMUSTATE_CHANGE newState)
|
||||
|
Reference in New Issue
Block a user