From d62207a459bc91b44e0c1180f8e72832995e2fae Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Wed, 16 Dec 2020 16:46:23 -0800 Subject: [PATCH] grant access to svcQueryIoMapping --- hbl.json | 1 + 1 file changed, 1 insertion(+) diff --git a/hbl.json b/hbl.json index c62fbbb..fb1a0ea 100644 --- a/hbl.json +++ b/hbl.json @@ -119,6 +119,7 @@ "svcCreateSharedMemory": "0x50", "svcMapTransferMemory": "0x51", "svcUnmapTransferMemory": "0x52", + "svcQueryIoMapping": "0x55", "svcDebugActiveProcess": "0x60", "svcBreakDebugProcess": "0x61", "svcTerminateDebugProcess": "0x62",