mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Merge pull request #1499 from lioncash/services
hle: Update service function tables
This commit is contained in:
		
						commit
						c6cf075b51
					
				
					 4 changed files with 16 additions and 1 deletions
				
			
		|  | @ -14,6 +14,7 @@ const Interface::FunctionInfo FunctionTable[] = { | ||||||
|     {0x00100000, nullptr, "PowerOffAllBacklights"}, |     {0x00100000, nullptr, "PowerOffAllBacklights"}, | ||||||
|     {0x00110040, nullptr, "PowerOnBacklight"}, |     {0x00110040, nullptr, "PowerOnBacklight"}, | ||||||
|     {0x00120040, nullptr, "PowerOffBacklight"}, |     {0x00120040, nullptr, "PowerOffBacklight"}, | ||||||
|  |     {0x00130040, nullptr, "SetLedForceOff"} | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| ////////////////////////////////////////////////////////////////////////////////////////////////////
 | ////////////////////////////////////////////////////////////////////////////////////////////////////
 | ||||||
|  |  | ||||||
|  | @ -49,6 +49,8 @@ const Interface::FunctionInfo FunctionTable[] = { | ||||||
|     {0x00250080, nullptr,                 "AddDefaultCert"}, |     {0x00250080, nullptr,                 "AddDefaultCert"}, | ||||||
|     {0x00260080, nullptr,                 "SelectRootCertChain"}, |     {0x00260080, nullptr,                 "SelectRootCertChain"}, | ||||||
|     {0x002700C4, nullptr,                 "SetClientCert"}, |     {0x002700C4, nullptr,                 "SetClientCert"}, | ||||||
|  |     {0x002B0080, nullptr,                 "SetSSLOpt"}, | ||||||
|  |     {0x002C0080, nullptr,                 "SetSSLClearOpt"}, | ||||||
|     {0x002D0000, nullptr,                 "CreateRootCertChain"}, |     {0x002D0000, nullptr,                 "CreateRootCertChain"}, | ||||||
|     {0x002E0040, nullptr,                 "DestroyRootCertChain"}, |     {0x002E0040, nullptr,                 "DestroyRootCertChain"}, | ||||||
|     {0x002F0082, nullptr,                 "RootCertChainAddCert"}, |     {0x002F0082, nullptr,                 "RootCertChainAddCert"}, | ||||||
|  |  | ||||||
|  | @ -742,7 +742,8 @@ const Interface::FunctionInfo FunctionTable[] = { | ||||||
|     {0x000C0082, Shutdown,                      "Shutdown"}, |     {0x000C0082, Shutdown,                      "Shutdown"}, | ||||||
|     {0x000D0082, nullptr,                       "GetHostByName"}, |     {0x000D0082, nullptr,                       "GetHostByName"}, | ||||||
|     {0x000E00C2, nullptr,                       "GetHostByAddr"}, |     {0x000E00C2, nullptr,                       "GetHostByAddr"}, | ||||||
|     {0x000F0106, nullptr,                       "unknown_resolve_ip"}, |     {0x000F0106, nullptr,                       "GetAddrInfo"}, | ||||||
|  |     {0x00100102, nullptr,                       "GetNameInfo"}, | ||||||
|     {0x00110102, nullptr,                       "GetSockOpt"}, |     {0x00110102, nullptr,                       "GetSockOpt"}, | ||||||
|     {0x00120104, nullptr,                       "SetSockOpt"}, |     {0x00120104, nullptr,                       "SetSockOpt"}, | ||||||
|     {0x001300C2, Fcntl,                         "Fcntl"}, |     {0x001300C2, Fcntl,                         "Fcntl"}, | ||||||
|  | @ -759,6 +760,7 @@ const Interface::FunctionInfo FunctionTable[] = { | ||||||
|     {0x001E0040, nullptr,                       "ICMPClose"}, |     {0x001E0040, nullptr,                       "ICMPClose"}, | ||||||
|     {0x001F0040, nullptr,                       "GetResolverInfo"}, |     {0x001F0040, nullptr,                       "GetResolverInfo"}, | ||||||
|     {0x00210002, nullptr,                       "CloseSockets"}, |     {0x00210002, nullptr,                       "CloseSockets"}, | ||||||
|  |     {0x00230040, nullptr,                       "AddGlobalSocket"}, | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| ////////////////////////////////////////////////////////////////////////////////////////////////////
 | ////////////////////////////////////////////////////////////////////////////////////////////////////
 | ||||||
|  |  | ||||||
|  | @ -66,10 +66,20 @@ const Interface::FunctionInfo FunctionTable[] = { | ||||||
|     {0x00040040, nullptr,               "DestroyRootCertChain"}, |     {0x00040040, nullptr,               "DestroyRootCertChain"}, | ||||||
|     {0x00050082, nullptr,               "AddTrustedRootCA"}, |     {0x00050082, nullptr,               "AddTrustedRootCA"}, | ||||||
|     {0x00060080, nullptr,               "RootCertChainAddDefaultCert"}, |     {0x00060080, nullptr,               "RootCertChainAddDefaultCert"}, | ||||||
|  |     {0x00070080, nullptr,               "RootCertChainRemoveCert"}, | ||||||
|  |     {0x000E0040, nullptr,               "OpenDefaultClientCertContext"}, | ||||||
|  |     {0x000F0040, nullptr,               "CloseClientCertContext"}, | ||||||
|     {0x00110042, GenerateRandomData,    "GenerateRandomData"}, |     {0x00110042, GenerateRandomData,    "GenerateRandomData"}, | ||||||
|  |     {0x00120042, nullptr,               "InitializeConnectionSession"}, | ||||||
|  |     {0x00130040, nullptr,               "StartConnection"}, | ||||||
|  |     {0x00140040, nullptr,               "StartConnectionGetOut"}, | ||||||
|     {0x00150082, nullptr,               "Read"}, |     {0x00150082, nullptr,               "Read"}, | ||||||
|     {0x00170082, nullptr,               "Write"}, |     {0x00170082, nullptr,               "Write"}, | ||||||
|     {0x00180080, nullptr,               "ContextSetRootCertChain"}, |     {0x00180080, nullptr,               "ContextSetRootCertChain"}, | ||||||
|  |     {0x00190080, nullptr,               "ContextSetClientCert"}, | ||||||
|  |     {0x001B0080, nullptr,               "ContextClearOpt"}, | ||||||
|  |     {0x001E0040, nullptr,               "DestroyContext"}, | ||||||
|  |     {0x001F0082, nullptr,               "ContextInitSharedmem"} | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| ////////////////////////////////////////////////////////////////////////////////////////////////////
 | ////////////////////////////////////////////////////////////////////////////////////////////////////
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue