mirror of
https://github.com/switchbrew/nx-hbloader.git
synced 2025-06-28 16:42:39 +02:00
Updated pmshell code for latest libnx.
This commit is contained in:
parent
2ddb129338
commit
4cd81dcc31
@ -180,7 +180,7 @@ static void getIsApplication(void) {
|
||||
rc = pmshellInitialize();
|
||||
|
||||
if (R_SUCCEEDED(rc)) {
|
||||
rc = pmshellGetApplicationPid(&app_pid);
|
||||
rc = pmshellGetApplicationProcessIdForShell(&app_pid);
|
||||
pmshellExit();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user