mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	Merge pull request #1247 from polaris-/add-ssl-stubs
Add Initialize and GenerateRandomData function names to ssl:C
This commit is contained in:
		
						commit
						907c21d7fa
					
				| @ -11,8 +11,10 @@ | |||||||
| namespace SSL_C { | namespace SSL_C { | ||||||
| 
 | 
 | ||||||
| const Interface::FunctionInfo FunctionTable[] = { | const Interface::FunctionInfo FunctionTable[] = { | ||||||
|  |     {0x00010002, nullptr,               "Initialize"}, | ||||||
|     {0x000200C2, nullptr,               "CreateContext"}, |     {0x000200C2, nullptr,               "CreateContext"}, | ||||||
|     {0x00050082, nullptr,               "AddTrustedRootCA"}, |     {0x00050082, nullptr,               "AddTrustedRootCA"}, | ||||||
|  |     {0x00110042, nullptr,               "GenerateRandomData"}, | ||||||
|     {0x00150082, nullptr,               "Read"}, |     {0x00150082, nullptr,               "Read"}, | ||||||
|     {0x00170082, nullptr,               "Write"}, |     {0x00170082, nullptr,               "Write"}, | ||||||
| }; | }; | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 bunnei
						bunnei