mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-04 04:34:07 +01:00 
			
		
		
		
	android: Return the correct status code on emulation stop
This commit is contained in:
		
							parent
							
								
									19053ab631
								
							
						
					
					
						commit
						7e2bd395bc
					
				@ -327,12 +327,13 @@ public:
 | 
			
		||||
            m_system.ShutdownMainProcess();
 | 
			
		||||
            m_detached_tasks.WaitForAllTasks();
 | 
			
		||||
            m_load_result = Core::SystemResultStatus::ErrorNotInitialized;
 | 
			
		||||
            m_window.reset();
 | 
			
		||||
            OnEmulationStopped(Core::SystemResultStatus::Success);
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // Tear down the render window.
 | 
			
		||||
        m_window.reset();
 | 
			
		||||
 | 
			
		||||
        OnEmulationStopped(m_load_result);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    void PauseEmulation() {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user