Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAaronLopezGarcia committed Sep 26, 2023
1 parent 809b9b2 commit 3877d73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extras/updater/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ int main(int argc, char * argv[])
pspDebugScreenPrintf("Installing %s\n", dc_files[i]);
int fdw = sceIoOpen(dc_files[i].path, PSP_O_WRONLY|PSP_O_CREAT|PSP_O_TRUNC, 0777);
sceIoWrite(fdw, dc_files[i].buf, dc_files[i].size);
sceIoClose(fdw);
}
}
}
Expand Down

0 comments on commit 3877d73

Please sign in to comment.