mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Core: Only reset wiimotes in Wii mode
This was causing the FifoCI runners to crash, as the Wiimotes were not initialized in the first place.
This commit is contained in:
@@ -290,7 +290,9 @@ void Stop() // - Hammertime!
|
||||
g_video_backend->Video_ExitLoop();
|
||||
}
|
||||
|
||||
Wiimote::ResetAllWiimotes();
|
||||
if (_CoreParameter.bWii)
|
||||
Wiimote::ResetAllWiimotes();
|
||||
|
||||
ResetRumble();
|
||||
|
||||
#ifdef USE_MEMORYWATCHER
|
||||
|
||||
Reference in New Issue
Block a user