From 39c70d68cf67a281e692cae80cebe50acd440be0 Mon Sep 17 00:00:00 2001 From: N00byKing Date: Tue, 16 Jan 2018 16:56:07 +0100 Subject: [PATCH] Update bootmanager.cpp --- src/yuzu/bootmanager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/yuzu/bootmanager.cpp b/src/yuzu/bootmanager.cpp index a1e0cf575b..843ac6ad7a 100644 --- a/src/yuzu/bootmanager.cpp +++ b/src/yuzu/bootmanager.cpp @@ -40,6 +40,7 @@ void EmuThread::run() { Core::System::ResultStatus result = Core::System::GetInstance().RunLoop(); if (result != Core::System::ResultStatus::Success) { + this->SetRunning(false); emit ErrorThrown(result, Core::System::GetInstance().GetStatusDetails()); }