Merge pull request #3238 from lioncash/svc-name

svc: Provide names for svc 0x59 and 0x5A
This commit is contained in:
Sebastian Valle 2017-12-08 09:00:36 -05:00 committed by GitHub
commit 065ae0606b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"},