mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-30 23:49:01 -05:00 
			
		
		
		
	Deglobalize System: Am
This commit is contained in:
		| @@ -1066,7 +1066,7 @@ IApplicationFunctions::IApplicationFunctions(Core::System& system_) | ||||
|  | ||||
|     RegisterHandlers(functions); | ||||
|  | ||||
|     auto& kernel = Core::System::GetInstance().Kernel(); | ||||
|     auto& kernel = system.Kernel(); | ||||
|     gpu_error_detected_event = Kernel::WritableEvent::CreateEventPair( | ||||
|         kernel, Kernel::ResetType::Manual, "IApplicationFunctions:GpuErrorDetectedSystemEvent"); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 David Marcec
					David Marcec