mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-31 16:09:03 -05:00 
			
		
		
		
	am: ISelfController:LaunchableEvent should be sticky.
This commit is contained in:
		| @@ -155,7 +155,7 @@ ISelfController::ISelfController(std::shared_ptr<NVFlinger::NVFlinger> nvflinger | ||||
|     RegisterHandlers(functions); | ||||
|  | ||||
|     launchable_event = | ||||
|         Kernel::Event::Create(Kernel::ResetType::OneShot, "ISelfController:LaunchableEvent"); | ||||
|         Kernel::Event::Create(Kernel::ResetType::Sticky, "ISelfController:LaunchableEvent"); | ||||
| } | ||||
|  | ||||
| void ISelfController::SetFocusHandlingMode(Kernel::HLERequestContext& ctx) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 bunnei
					bunnei