mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-04 04:34:07 +01:00 
			
		
		
		
	core: hle: kernel: Fix InitializePreemption order.
This commit is contained in:
		
							parent
							
								
									abcc009dff
								
							
						
					
					
						commit
						1b787adbd0
					
				@ -74,8 +74,8 @@ struct KernelCore::Impl {
 | 
			
		||||
        InitializeMemoryLayout();
 | 
			
		||||
        Init::InitializeKPageBufferSlabHeap(system);
 | 
			
		||||
        InitializeShutdownThreads();
 | 
			
		||||
        InitializePreemption(kernel);
 | 
			
		||||
        InitializePhysicalCores();
 | 
			
		||||
        InitializePreemption(kernel);
 | 
			
		||||
 | 
			
		||||
        // Initialize the Dynamic Slab Heaps.
 | 
			
		||||
        {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user