mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-21 07:01:42 -04:00
If we don't check for Core::IsRunning(), event types such as iosNotifyResetButton may actually be nullptr, or some random invalid pointer (after an emulation start then shutdown) and be used when the user triggers a reset, which causes random crashes.