This commit is contained in:
N00byKing
2018-01-16 17:28:43 +01:00
committed by GitHub
parent 1f07011ad3
commit 8d9946f241

View File

@@ -726,7 +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);
emu_thread->SetRunning(true);
message_label->setText(status_message);
message_label->setVisible(true);
}