mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-06-21 13:22:40 +02:00
update for libnx pl init change
This commit is contained in:
parent
c68fc5e826
commit
4a207222b2
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user