Moved when to pause because it wasnt fast enough

This commit is contained in:
Senjosei 2017-12-29 06:17:21 +11:00
parent bbe6c8890c
commit f17600db1a
2 changed files with 1 additions and 1 deletions

View file

@ -36,6 +36,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());
}