mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Merge pull request #3238 from lioncash/svc-name
svc: Provide names for svc 0x59 and 0x5A
This commit is contained in:
		
						commit
						065ae0606b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1384,8 +1384,8 @@ static const FunctionDef SVC_Table[] = { | ||||||
|     {0x56, nullptr, "StopDma"}, |     {0x56, nullptr, "StopDma"}, | ||||||
|     {0x57, nullptr, "GetDmaState"}, |     {0x57, nullptr, "GetDmaState"}, | ||||||
|     {0x58, nullptr, "RestartDma"}, |     {0x58, nullptr, "RestartDma"}, | ||||||
|     {0x59, nullptr, "Unknown"}, |     {0x59, nullptr, "SetGpuProt"}, | ||||||
|     {0x5A, nullptr, "Unknown"}, |     {0x5A, nullptr, "SetWifiEnabled"}, | ||||||
|     {0x5B, nullptr, "Unknown"}, |     {0x5B, nullptr, "Unknown"}, | ||||||
|     {0x5C, nullptr, "Unknown"}, |     {0x5C, nullptr, "Unknown"}, | ||||||
|     {0x5D, nullptr, "Unknown"}, |     {0x5D, nullptr, "Unknown"}, | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue