From 76ec646f9ed123e263583bc131844fdb35d79ce2 Mon Sep 17 00:00:00 2001 From: masagrator Date: Sat, 11 Apr 2020 21:59:58 +0200 Subject: [PATCH] Bring back few syscalls to previous state --- hbl.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hbl.json b/hbl.json index e3ccfdd..7a388f1 100644 --- a/hbl.json +++ b/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",