update for libnx pl init change

This commit is contained in:
HookedBehemoth 2020-04-15 18:04:50 +02:00 committed by fincs
parent c68fc5e826
commit 794a26392b

View File

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