From 2f70ee6a920ad331149fe9765c0621404e39ebf3 Mon Sep 17 00:00:00 2001 From: fincs Date: Tue, 16 Apr 2019 17:45:12 +0200 Subject: [PATCH] Remove apm:p support as per 8.0.0 --- nx/source/services/apm.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nx/source/services/apm.c b/nx/source/services/apm.c index 00ae5c88..d22ed6d4 100644 --- a/nx/source/services/apm.c +++ b/nx/source/services/apm.c @@ -20,10 +20,7 @@ Result apmInitialize(void) Result rc = 0; - rc = smGetService(&g_apmSrv, "apm:p"); - - if (R_FAILED(rc)) - rc = smGetService(&g_apmSrv, "apm"); + rc = smGetService(&g_apmSrv, "apm"); // OpenSession. // Official sw doesn't open this until using commands which need it, when it wasn't already opened.