From f3e3649bd5d78344e568eae1c5a2086d248385a9 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Tue, 22 Mar 2022 11:10:02 -0700 Subject: [PATCH] pm: grant access to GetResourceLimitPeakValue --- stratosphere/pm/pm.json | 1 + 1 file changed, 1 insertion(+) diff --git a/stratosphere/pm/pm.json b/stratosphere/pm/pm.json index 2f8e78cc2..f999cdcc7 100644 --- a/stratosphere/pm/pm.json +++ b/stratosphere/pm/pm.json @@ -61,6 +61,7 @@ "svcWaitForAddress": "0x34", "svcSignalToAddress": "0x35", "svcSynchronizePreemptionState": "0x36", + "svcGetResourceLimitPeakValue": "0x37", "svcCreateSession": "0x40", "svcAcceptSession": "0x41", "svcReplyAndReceiveLight": "0x42",