Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
citronalco committed Sep 28, 2023
1 parent 8a41e36 commit 3aec21b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions elfldr/elfldr.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ void RunLoaderElf(char *filename, u8 *pElf)
eph[i].memsz - eph[i].filesz);
}

/* BG TEST???
/* BG TEST */
// Let's reset IOP because ELF was already loaded in memory
while(!SifIopReset(NULL, 0)){};
while(!SifIopReset(NULL, 0)) {};
while (!SifIopSync()) {};

SifInitRpc(0);
Expand All @@ -223,7 +223,7 @@ void RunLoaderElf(char *filename, u8 *pElf)
SifLoadModule("rom0:MCMAN", 0, NULL);
SifLoadModule("rom0:MCSERV", 0, NULL);
SifLoadFileExit();
*/
/* END TEST */

SifExitRpc();
FlushCache(0);
Expand Down

0 comments on commit 3aec21b

Please sign in to comment.