Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAaronLopezGarcia committed Oct 29, 2024
1 parent f3a8fd3 commit c4c81c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions loader/live/kernel/psxloader/ps1cfw_enabler/ps1cfw_enabler.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ SceUID sceIoOpenPatched(const char *file, int flags, SceMode mode) {

// Clean Exit
if (strstr(file, "__popsexit__")){
ScePspemuErrorExit(0);
return 0;
return ScePspemuErrorExit(0);
}

// Redirect files for memory card manager
Expand Down

0 comments on commit c4c81c1

Please sign in to comment.