mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	am: ISelfController:LaunchableEvent should be sticky.
This commit is contained in:
		
							parent
							
								
									51d8a2c322
								
							
						
					
					
						commit
						df4336a85e
					
				| @ -155,7 +155,7 @@ ISelfController::ISelfController(std::shared_ptr<NVFlinger::NVFlinger> nvflinger | |||||||
|     RegisterHandlers(functions); |     RegisterHandlers(functions); | ||||||
| 
 | 
 | ||||||
|     launchable_event = |     launchable_event = | ||||||
|         Kernel::Event::Create(Kernel::ResetType::OneShot, "ISelfController:LaunchableEvent"); |         Kernel::Event::Create(Kernel::ResetType::Sticky, "ISelfController:LaunchableEvent"); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| void ISelfController::SetFocusHandlingMode(Kernel::HLERequestContext& ctx) { | void ISelfController::SetFocusHandlingMode(Kernel::HLERequestContext& ctx) { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 bunnei
						bunnei