pl: Removed unneeded plExit call from _plInitialize on errors, which is not needed with new-ipc.

This commit is contained in:
yellows8 2020-03-05 10:39:29 -05:00
parent c85dd5fe2f
commit 44ec13169d
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -29,8 +29,6 @@ Result _plInitialize(void) {
}
}
if (R_FAILED(rc)) plExit();
return rc;
}