mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-03 16:39:01 -06: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