Bring back few syscalls to previous state

This commit is contained in:
masagrator 2020-04-11 21:59:58 +02:00 committed by GitHub
parent 4f6c21cabf
commit 76ec646f9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,10 +33,10 @@
{
"type": "syscalls",
"value": {
"svcSetHeapSize": "0x00",
"svcSetMemoryPermission": "0x01",
"svcSetMemoryAttribute": "0x02",
"svcUnknown03": "0x03",
"svcUnknown00": "0x00",
"svcSetHeapSize": "0x01",
"svcSetMemoryPermission": "0x02",
"svcSetMemoryAttribute": "0x03",
"svcMapMemory": "0x04",
"svcUnmapMemory": "0x05",
"svcQueryMemory": "0x06",