mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-04 00:49:02 -06:00 
			
		
		
		
	hle: kernel: Ensure global handle table is initialized.
This commit is contained in:
		@@ -61,6 +61,7 @@ struct KernelCore::Impl {
 | 
			
		||||
    void Initialize(KernelCore& kernel) {
 | 
			
		||||
        global_scheduler_context = std::make_unique<Kernel::GlobalSchedulerContext>(kernel);
 | 
			
		||||
        global_handle_table = std::make_unique<Kernel::KHandleTable>(kernel);
 | 
			
		||||
        global_handle_table->Initialize(KHandleTable::MaxTableSize);
 | 
			
		||||
 | 
			
		||||
        is_phantom_mode_for_singlecore = false;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user