mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	thread: Clear the process list on shutdown.
This commit is contained in:
		
							parent
							
								
									65f3119074
								
							
						
					
					
						commit
						c74af07c49
					
				@ -406,6 +406,8 @@ void ThreadingInit() {
 | 
				
			|||||||
    next_thread_id = 1;
 | 
					    next_thread_id = 1;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void ThreadingShutdown() {}
 | 
					void ThreadingShutdown() {
 | 
				
			||||||
 | 
					    Kernel::ClearProcessList();
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
} // namespace Kernel
 | 
					} // namespace Kernel
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user