mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Moved when to pause because it wasnt fast enough
This commit is contained in:
		
							parent
							
								
									bbe6c8890c
								
							
						
					
					
						commit
						f17600db1a
					
				
					 2 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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()); | ||||
|             } | ||||
| 
 | ||||
|  |  | |||
|  | @ -918,7 +918,6 @@ void GMainWindow::UpdateStatusBar() { | |||
| } | ||||
| 
 | ||||
| void GMainWindow::OnCoreError(Core::System::ResultStatus result, std::string details) { | ||||
|     emu_thread->SetRunning(false); | ||||
|     QMessageBox::StandardButton answer; | ||||
|     QString status_message; | ||||
|     const QString common_message = | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue