Qt: Clear OSD messages on system stop

This commit is contained in:
Connor McLaughlin
2020-08-29 22:19:09 +10:00
parent 914f3ad447
commit 547cc4dbf6
3 changed files with 8 additions and 0 deletions

View File

@ -641,6 +641,7 @@ void QtHostInterface::OnSystemDestroyed()
{
CommonHostInterface::OnSystemDestroyed();
ClearOSDMessages();
startBackgroundControllerPollTimer();
emit emulationStopped();
}