mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
Merge pull request #8504 from stenzek/fifoci-wiimote-crash
Core: Only reset wiimotes in Wii mode
This commit is contained in:
commit
0f6304ad34
1 changed files with 3 additions and 1 deletions
|
@ -290,7 +290,9 @@ void Stop() // - Hammertime!
|
|||
g_video_backend->Video_ExitLoop();
|
||||
}
|
||||
|
||||
Wiimote::ResetAllWiimotes();
|
||||
if (_CoreParameter.bWii)
|
||||
Wiimote::ResetAllWiimotes();
|
||||
|
||||
ResetRumble();
|
||||
|
||||
#ifdef USE_MEMORYWATCHER
|
||||
|
|
Loading…
Add table
Reference in a new issue