update for libnx pl init change

This commit is contained in:
HookedBehemoth 2020-04-15 18:04:50 +02:00
parent c68fc5e826
commit 4a207222b2

View File

@ -132,7 +132,7 @@ void userAppInit(void)
{
Result rc;
rc = plInitialize();
rc = plInitialize(PlServiceType_User);
if (R_FAILED(rc))
fatalThrow(rc);