Skip to content

Commit

Permalink
disable scePaf resolving after pafmini.prx loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
hrimfaxi committed Jun 29, 2011
1 parent 782360d commit 51b884c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions popsloader/core/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,8 @@ static int replace_module(int modid, SceSize argsize, void *argp, int *modstatus
}

if(0 == strcmp(mod->modname, "scePaf_Module")) {
sctrlKernelSetNidResolver("scePaf", 0);

if(pops_fw_version <= FW_400) {
char path[128];

Expand Down

0 comments on commit 51b884c

Please sign in to comment.