Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAaronLopezGarcia committed Jul 4, 2023
1 parent d9f60d9 commit a1e342f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions loader/live/user/psxloader/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,19 +94,6 @@ int psxloader_thread(int argc, void* argv){
strcat(loadpath, ARK4_BIN);

SceUID fd = sceIoOpen(loadpath, PSP_O_RDONLY, 0);

u32 color;
if (fd < 0){
color = 0xff;
}
else {
color = 0xff00;
}

colorDebug(color);
sceKernelExitGame();
return 0;

sceIoRead(fd, (void *)(ARK_LOADADDR), ARK_SIZE);
sceIoClose(fd);
sceKernelDcacheWritebackAll();
Expand Down

0 comments on commit a1e342f

Please sign in to comment.