mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 22:13:51 +00:00
(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
|
||||
|
||||
#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
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user