mirror of
https://github.com/switchbrew/nx-hbloader.git
synced 2025-06-21 05:22:40 +02:00
Bring back few syscalls to previous state
This commit is contained in:
parent
4f6c21cabf
commit
76ec646f9e
8
hbl.json
8
hbl.json
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user