mirror of
https://github.com/switchbrew/nx-hbloader.git
synced 2025-06-21 13:32: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",
|
"type": "syscalls",
|
||||||
"value": {
|
"value": {
|
||||||
"svcSetHeapSize": "0x00",
|
"svcUnknown00": "0x00",
|
||||||
"svcSetMemoryPermission": "0x01",
|
"svcSetHeapSize": "0x01",
|
||||||
"svcSetMemoryAttribute": "0x02",
|
"svcSetMemoryPermission": "0x02",
|
||||||
"svcUnknown03": "0x03",
|
"svcSetMemoryAttribute": "0x03",
|
||||||
"svcMapMemory": "0x04",
|
"svcMapMemory": "0x04",
|
||||||
"svcUnmapMemory": "0x05",
|
"svcUnmapMemory": "0x05",
|
||||||
"svcQueryMemory": "0x06",
|
"svcQueryMemory": "0x06",
|
||||||
|
Loading…
Reference in New Issue
Block a user