mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 02:34:11 +01:00 
			
		
		
		
	fixup! hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
This commit is contained in:
		
							parent
							
								
									eae107d0e9
								
							
						
					
					
						commit
						9f81221528
					
				| @ -1338,8 +1338,6 @@ IApplicationFunctions::IApplicationFunctions(Core::System& system_) | ||||
| 
 | ||||
|     RegisterHandlers(functions); | ||||
| 
 | ||||
|     auto& kernel = system.Kernel(); | ||||
| 
 | ||||
|     Kernel::KAutoObject::Create(std::addressof(gpu_error_detected_event)); | ||||
|     Kernel::KAutoObject::Create(std::addressof(friend_invitation_storage_channel_event)); | ||||
|     Kernel::KAutoObject::Create(std::addressof(health_warning_disappeared_system_event)); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user