mirror of
https://github.com/joel16/VitaShell.git
synced 2025-02-01 09:23:40 +00:00
Fixed little bug.
This commit is contained in:
parent
ec51cc1ce3
commit
5ee3b3df55
Binary file not shown.
@ -188,7 +188,7 @@ cleanup:
|
|||||||
|
|
||||||
int main(int argc, const char *argv[]) {
|
int main(int argc, const char *argv[]) {
|
||||||
char *titleid = get_title_id(PACKAGE_DIR "/sce_sys/param.sfo");
|
char *titleid = get_title_id(PACKAGE_DIR "/sce_sys/param.sfo");
|
||||||
if (strcmp(titleid, "VITASHELL") == 0) {
|
if (titleid && strcmp(titleid, "VITASHELL") == 0) {
|
||||||
copyFile(PACKAGE_DIR "/eboot.bin", "ux0:app/MLCL00001/eboot.bin");
|
copyFile(PACKAGE_DIR "/eboot.bin", "ux0:app/MLCL00001/eboot.bin");
|
||||||
|
|
||||||
if (promote(PACKAGE_DIR) >= 0)
|
if (promote(PACKAGE_DIR) >= 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user