Retype syscalls in json to match libnx 3.1.0, add svcGetSystemInfo

This commit is contained in:
masagrator 2020-04-11 19:12:30 +02:00
parent 24487fc496
commit 8bea76cc90

View File

@ -33,10 +33,10 @@
{ {
"type": "syscalls", "type": "syscalls",
"value": { "value": {
"svcUnknown00": "0x00", "svcSetHeapSize": "0x00",
"svcSetHeapSize": "0x01", "svcSetMemoryPermission": "0x01",
"svcSetMemoryPermission": "0x02", "svcSetMemoryAttribute": "0x02",
"svcSetMemoryAttribute": "0x03", "svcUnknown03": "0x03",
"svcMapMemory": "0x04", "svcMapMemory": "0x04",
"svcUnmapMemory": "0x05", "svcUnmapMemory": "0x05",
"svcQueryMemory": "0x06", "svcQueryMemory": "0x06",
@ -79,7 +79,7 @@
"svcFlushDataCache": "0x2B", "svcFlushDataCache": "0x2B",
"svcMapPhysicalMemory": "0x2C", "svcMapPhysicalMemory": "0x2C",
"svcUnmapPhysicalMemory": "0x2D", "svcUnmapPhysicalMemory": "0x2D",
"svcGetFutureThreadInfo": "0x2E", "svcGetDebugFutureThreadInfo": "0x2E",
"svcGetLastThreadInfo": "0x2F", "svcGetLastThreadInfo": "0x2F",
"svcGetResourceLimitLimitValue": "0x30", "svcGetResourceLimitLimitValue": "0x30",
"svcGetResourceLimitCurrentValue": "0x31", "svcGetResourceLimitCurrentValue": "0x31",
@ -87,14 +87,14 @@
"svcGetThreadContext3": "0x33", "svcGetThreadContext3": "0x33",
"svcWaitForAddress": "0x34", "svcWaitForAddress": "0x34",
"svcSignalToAddress": "0x35", "svcSignalToAddress": "0x35",
"svcUnknown36": "0x36", "svcSynchronizePreemptionState": "0x36",
"svcUnknown37": "0x37", "svcUnknown37": "0x37",
"svcUnknown38": "0x38", "svcUnknown38": "0x38",
"svcUnknown39": "0x39", "svcUnknown39": "0x39",
"svcUnknown3a": "0x3A", "svcUnknown3a": "0x3A",
"svcUnknown3b": "0x3B", "svcUnknown3b": "0x3B",
"svcDumpInfo": "0x3C", "svcKernelDebug": "0x3C",
"svcDumpInfoNew": "0x3D", "svcChangeKernelTraceState": "0x3D",
"svcUnknown3e": "0x3E", "svcUnknown3e": "0x3E",
"svcUnknown3f": "0x3F", "svcUnknown3f": "0x3F",
"svcCreateSession": "0x40", "svcCreateSession": "0x40",
@ -130,6 +130,7 @@
"svcWriteDebugProcessMemory": "0x6B", "svcWriteDebugProcessMemory": "0x6B",
"svcSetHardwareBreakPoint": "0x6C", "svcSetHardwareBreakPoint": "0x6C",
"svcGetDebugThreadParam": "0x6D", "svcGetDebugThreadParam": "0x6D",
"svcGetSystemInfo": "0x6F",
"svcConnectToPort": "0x72", "svcConnectToPort": "0x72",
"svcSetProcessMemoryPermission": "0x73", "svcSetProcessMemoryPermission": "0x73",
"svcMapProcessMemory": "0x74", "svcMapProcessMemory": "0x74",