mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	am_net: Add missing function to the function table
This commit is contained in:
		
							parent
							
								
									bed3618480
								
							
						
					
					
						commit
						6b25e93119
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -28,6 +28,7 @@ const Interface::FunctionInfo FunctionTable[] = {
 | 
			
		|||
    {0x08130000, nullptr,               "GetTotalContents"},
 | 
			
		||||
    {0x08140042, nullptr,               "GetContentIndexes"},
 | 
			
		||||
    {0x08150044, nullptr,               "GetContentsInfo"},
 | 
			
		||||
    {0x08180042, nullptr,               "GetCTCert"},
 | 
			
		||||
    {0x08190108, nullptr,               "SetCertificates"},
 | 
			
		||||
    {0x081B00C2, nullptr,               "InstallTitlesFinish"},
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue