Remove apm:p support as per 8.0.0

This commit is contained in:
fincs 2019-04-16 17:45:12 +02:00
parent 896c81246e
commit 2f70ee6a92

View File

@ -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.