mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 13:02:38 +02:00
Remove apm:p support as per 8.0.0
This commit is contained in:
parent
896c81246e
commit
2f70ee6a92
@ -20,10 +20,7 @@ Result apmInitialize(void)
|
|||||||
|
|
||||||
Result rc = 0;
|
Result rc = 0;
|
||||||
|
|
||||||
rc = smGetService(&g_apmSrv, "apm:p");
|
rc = smGetService(&g_apmSrv, "apm");
|
||||||
|
|
||||||
if (R_FAILED(rc))
|
|
||||||
rc = smGetService(&g_apmSrv, "apm");
|
|
||||||
|
|
||||||
// OpenSession.
|
// OpenSession.
|
||||||
// Official sw doesn't open this until using commands which need it, when it wasn't already opened.
|
// Official sw doesn't open this until using commands which need it, when it wasn't already opened.
|
||||||
|
Loading…
Reference in New Issue
Block a user