(Wii) Simple fix for Wiimote not connecting after
... loading game, core, history, exiting, anything that reloads RA.
This commit is contained in:
parent
a891c587c0
commit
17bb05d3d1
|
@ -632,8 +632,9 @@ static void gx_joypad_destroy(void)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HW_RVL
|
#ifdef HW_RVL
|
||||||
WPAD_Flush(i);
|
// Commenting this out fixes the Wii remote not reconnecting after core load, exit, etc.
|
||||||
WPADDisconnect(i);
|
// WPAD_Flush(i);
|
||||||
|
// WPADDisconnect(i);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue