From 85f74dd7b893bdec49ab1729fff3fbdc673e001e Mon Sep 17 00:00:00 2001 From: Adubbz Date: Fri, 26 Jul 2019 09:04:20 +1000 Subject: [PATCH] Give access to svcCallSecureMonitor --- stratosphere/ncm/ncm.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stratosphere/ncm/ncm.json b/stratosphere/ncm/ncm.json index 247e726c1..ad491289f 100644 --- a/stratosphere/ncm/ncm.json +++ b/stratosphere/ncm/ncm.json @@ -59,7 +59,8 @@ "svcAcceptSession" : "0x41", "svcReplyAndReceiveLight" : "0x42", "svcReplyAndReceive" : "0x43", - "svcReplyAndReceiveWithUserBuffer" : "0x44" + "svcReplyAndReceiveWithUserBuffer" : "0x44", + "svcCallSecureMonitor" : "0x7F" } } ]