mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	Implement app management support (suspend, resume, close, etc) (#6322)
This commit is contained in:
		
							parent
							
								
									d2caf2d386
								
							
						
					
					
						commit
						c96f54f022
					
				
					 21 changed files with 1043 additions and 110 deletions
				
			
		| 
						 | 
				
			
			@ -70,7 +70,7 @@ ResultCode Applet::Create(Service::APT::AppletId id, Service::APT::AppletId pare
 | 
			
		|||
    }
 | 
			
		||||
 | 
			
		||||
    Service::APT::AppletAttributes attributes;
 | 
			
		||||
    attributes.applet_pos.Assign(static_cast<u32>(Service::APT::AppletPos::AutoLibrary));
 | 
			
		||||
    attributes.applet_pos.Assign(Service::APT::AppletPos::AutoLibrary);
 | 
			
		||||
    attributes.is_home_menu.Assign(false);
 | 
			
		||||
    const auto lock_handle_data = manager->GetLockHandle(attributes);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue