Merge pull request #8504 from stenzek/fifoci-wiimote-crash

Core: Only reset wiimotes in Wii mode
This commit is contained in:
Connor McLaughlin 2019-11-30 22:14:28 +10:00 committed by GitHub
commit 0f6304ad34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

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