Skip to content
Permalink
Browse files
Merge pull request #8504 from stenzek/fifoci-wiimote-crash
Core: Only reset wiimotes in Wii mode
  • Loading branch information
stenzek committed Nov 30, 2019
2 parents ba8b5be + 52e2e32 commit 0f6304a
Showing 1 changed file with 3 additions and 1 deletion.
@@ -290,7 +290,9 @@ void Stop() // - Hammertime!
g_video_backend->Video_ExitLoop();
}

Wiimote::ResetAllWiimotes();
if (_CoreParameter.bWii)
Wiimote::ResetAllWiimotes();

ResetRumble();

#ifdef USE_MEMORYWATCHER

0 comments on commit 0f6304a

Please sign in to comment.