mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	NS: Lowercase NS:S to ns:s like it should be
This commit is contained in:
		
							parent
							
								
									6c8faaf2c2
								
							
						
					
					
						commit
						61ebeca765
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -17,4 +17,4 @@ namespace Service::NS { | ||||||
| /// Loads and launches the title identified by title_id in the specified media type.
 | /// Loads and launches the title identified by title_id in the specified media type.
 | ||||||
| Kernel::SharedPtr<Kernel::Process> LaunchTitle(FS::MediaType media_type, u64 title_id); | Kernel::SharedPtr<Kernel::Process> LaunchTitle(FS::MediaType media_type, u64 title_id); | ||||||
| 
 | 
 | ||||||
| } // namespace Service::NS
 | } // namespace Service::NS
 | ||||||
|  |  | ||||||
|  | @ -7,7 +7,7 @@ | ||||||
| namespace Service::NS { | namespace Service::NS { | ||||||
| 
 | 
 | ||||||
| NS_S::NS_S(std::shared_ptr<Service::APT::Module> apt) | NS_S::NS_S(std::shared_ptr<Service::APT::Module> apt) | ||||||
|     : Service::APT::Module::NSInterface(std::move(apt), "NS:S", Service::APT::MaxAPTSessions) { |     : Service::APT::Module::NSInterface(std::move(apt), "ns:s", 2) { | ||||||
|     static const FunctionInfo functions[] = { |     static const FunctionInfo functions[] = { | ||||||
|         {0x000100C0, nullptr, "LaunchFIRM"}, |         {0x000100C0, nullptr, "LaunchFIRM"}, | ||||||
|         {0x000200C0, nullptr, "LaunchTitle"}, |         {0x000200C0, nullptr, "LaunchTitle"}, | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue