Merge pull request #3238 from lioncash/svc-name
svc: Provide names for svc 0x59 and 0x5A
This commit is contained in:
commit
065ae0606b
|
@ -1384,8 +1384,8 @@ static const FunctionDef SVC_Table[] = {
|
|||
{0x56, nullptr, "StopDma"},
|
||||
{0x57, nullptr, "GetDmaState"},
|
||||
{0x58, nullptr, "RestartDma"},
|
||||
{0x59, nullptr, "Unknown"},
|
||||
{0x5A, nullptr, "Unknown"},
|
||||
{0x59, nullptr, "SetGpuProt"},
|
||||
{0x5A, nullptr, "SetWifiEnabled"},
|
||||
{0x5B, nullptr, "Unknown"},
|
||||
{0x5C, nullptr, "Unknown"},
|
||||
{0x5D, nullptr, "Unknown"},
|
||||
|
|
Reference in New Issue