Merge pull request #8224 from Pokechu22/wiimote-eeprom

Write the entirety of the Wiimote EEPROM, in a per-Wiimote file
This commit is contained in:
JosJuice
2019-11-20 22:03:53 +01:00
committed by GitHub
8 changed files with 90 additions and 67 deletions

View File

@ -290,6 +290,7 @@ void Stop() // - Hammertime!
g_video_backend->Video_ExitLoop();
}
Wiimote::ResetAllWiimotes();
ResetRumble();
#ifdef USE_MEMORYWATCHER