mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Frontends: Shutdown core when emulation is stopped
This commit is contained in:
		
							parent
							
								
									d66d1707cf
								
							
						
					
					
						commit
						cdde76f2aa
					
				
					 2 changed files with 5 additions and 0 deletions
				
			
		|  | @ -51,6 +51,8 @@ int __cdecl main(int argc, char **argv) { | |||
|         Core::RunLoop(); | ||||
|     } | ||||
| 
 | ||||
|     System::Shutdown(); | ||||
| 
 | ||||
|     delete emu_window; | ||||
| 
 | ||||
|     return 0; | ||||
|  |  | |||
|  | @ -13,6 +13,7 @@ | |||
| 
 | ||||
| #include "core/core.h" | ||||
| #include "core/settings.h" | ||||
| #include "core/system.h" | ||||
| 
 | ||||
| #include "video_core/debug_utils/debug_utils.h" | ||||
| 
 | ||||
|  | @ -89,6 +90,8 @@ void EmuThread::Stop() | |||
|         } | ||||
|     } | ||||
|     LOG_INFO(Frontend, "EmuThread stopped"); | ||||
| 
 | ||||
|     System::Shutdown(); | ||||
| } | ||||
| 
 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue