diff options
Diffstat (limited to 'src/citra_qt/bootmanager.cpp')
| -rw-r--r-- | src/citra_qt/bootmanager.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/citra_qt/bootmanager.cpp b/src/citra_qt/bootmanager.cpp index 16661767f..0fdf0c600 100644 --- a/src/citra_qt/bootmanager.cpp +++ b/src/citra_qt/bootmanager.cpp | |||
| @@ -40,7 +40,6 @@ void EmuThread::run() { | |||
| 40 | Core::System::ResultStatus result = Core::System::GetInstance().RunLoop(); | 40 | Core::System::ResultStatus result = Core::System::GetInstance().RunLoop(); |
| 41 | if (result != Core::System::ResultStatus::Success) { | 41 | if (result != Core::System::ResultStatus::Success) { |
| 42 | emit ErrorThrown(result); | 42 | emit ErrorThrown(result); |
| 43 | break; | ||
| 44 | } | 43 | } |
| 45 | 44 | ||
| 46 | was_active = running || exec_step; | 45 | was_active = running || exec_step; |