Updated pmshell code for latest libnx.

This commit is contained in:
yellows8 2019-10-24 16:52:26 -04:00
parent 2ddb129338
commit 4cd81dcc31
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -180,7 +180,7 @@ static void getIsApplication(void) {
rc = pmshellInitialize(); rc = pmshellInitialize();
if (R_SUCCEEDED(rc)) { if (R_SUCCEEDED(rc)) {
rc = pmshellGetApplicationPid(&app_pid); rc = pmshellGetApplicationProcessIdForShell(&app_pid);
pmshellExit(); pmshellExit();
} }