From 1f07011ad3b95b5043a5806447b2155a3d9a789a Mon Sep 17 00:00:00 2001 From: N00byKing Date: Tue, 16 Jan 2018 16:59:33 +0100 Subject: [PATCH] Update main.cpp --- src/yuzu/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 51d7f94188..55e75dba2b 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -726,6 +726,7 @@ void GMainWindow::OnCoreError(Core::System::ResultStatus result, std::string det } else { // Only show the message if the game is still running. if (emu_thread) { + this->SetRunning(true); message_label->setText(status_message); message_label->setVisible(true); }