mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	core: Reset archive_manager on shutdown.
This holds the archives which include the SelfNCCH archive which holds the RomFS files. If we don't reset it the LayeredFS class can't get destructed and mods files won't be released.
This commit is contained in:
		
							parent
							
								
									6e0afbaa19
								
							
						
					
					
						commit
						2ec99b83aa
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -360,6 +360,7 @@ void System::Shutdown() { | ||||||
|     perf_stats.reset(); |     perf_stats.reset(); | ||||||
|     rpc_server.reset(); |     rpc_server.reset(); | ||||||
|     cheat_engine.reset(); |     cheat_engine.reset(); | ||||||
|  |     archive_manager.reset(); | ||||||
|     service_manager.reset(); |     service_manager.reset(); | ||||||
|     dsp_core.reset(); |     dsp_core.reset(); | ||||||
|     cpu_core.reset(); |     cpu_core.reset(); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue