mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-30 15:32:47 +00:00
Sloppily fix wiimotes not being connected after boot.
This commit is contained in:
parent
54497be653
commit
62f56eb731
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user