Skip to content

Commit

Permalink
disable sceImpose_driver resolving on old firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
hrimfaxi committed Jun 29, 2011
1 parent 732badd commit 26e2143
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions popsloader/core/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ int custom_start_module(int modid, SceSize argsize, void *argp, int *modstatus,

if(pops_fw_version <= FW_400) {
sprintf(modpath, "%s%s", get_module_prefix(), "impose.prx");
sctrlKernelSetNidResolver("sceImpose_driver", 0);
ret = replace_module(modid, argsize, argp, modstatus, opt, "sceImpose_Driver", modpath);

if(ret >= 0) {
Expand Down

0 comments on commit 26e2143

Please sign in to comment.