From 8d9946f24198027e6cca04a868df46585b0bb65a Mon Sep 17 00:00:00 2001 From: N00byKing Date: Tue, 16 Jan 2018 17:28:43 +0100 Subject: [PATCH] im dumb --- src/yuzu/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 55e75dba2b..7c711158a0 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -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); }