mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-30 23:49:01 -05:00 
			
		
		
		
	qt: Prompt user for confirmation if exit lock is active
This commit is contained in:
		| @@ -282,7 +282,7 @@ ISelfController::ISelfController(Core::System& system, | ||||
|  | ||||
|     RegisterHandlers(functions); | ||||
|  | ||||
|     auto& kernel = system_.Kernel(); | ||||
|     auto& kernel = system.Kernel(); | ||||
|     launchable_event = Kernel::WritableEvent::CreateEventPair(kernel, Kernel::ResetType::Manual, | ||||
|                                                               "ISelfController:LaunchableEvent"); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zach Hilman
					Zach Hilman