(Wii) Simple fix for Wiimote not connecting after

... loading game, core, history, exiting, anything that reloads RA.
This commit is contained in:
SuperrSonic 2015-04-02 04:36:46 -04:00
parent a891c587c0
commit 17bb05d3d1

View File

@ -632,8 +632,9 @@ static void gx_joypad_destroy(void)
#endif
#ifdef HW_RVL
WPAD_Flush(i);
WPADDisconnect(i);
// Commenting this out fixes the Wii remote not reconnecting after core load, exit, etc.
// WPAD_Flush(i);
// WPADDisconnect(i);
#endif
}
}