mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 21:02:39 +02:00
pl: Removed unneeded plExit call from _plInitialize on errors, which is not needed with new-ipc.
This commit is contained in:
parent
c85dd5fe2f
commit
44ec13169d
@ -29,8 +29,6 @@ Result _plInitialize(void) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (R_FAILED(rc)) plExit();
|
|
||||||
|
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user