(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
1 changed files with 3 additions and 2 deletions

View File

@ -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
} }
} }