mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	act: Use correct service session limit. (#6670)
This commit is contained in:
		
							parent
							
								
									c00768d6d0
								
							
						
					
					
						commit
						753b36c6ef
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -10,7 +10,7 @@ | |||
| namespace Service::ACT { | ||||
| 
 | ||||
| Module::Interface::Interface(std::shared_ptr<Module> act, const char* name) | ||||
|     : ServiceFramework(name, 1 /* Placeholder */), act(std::move(act)) {} | ||||
|     : ServiceFramework(name, 3), act(std::move(act)) {} | ||||
| 
 | ||||
| Module::Interface::~Interface() = default; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue