Skip to content

Commit

Permalink
fixed NID resolving, 400 pops now fully functional
Browse files Browse the repository at this point in the history
  • Loading branch information
hrimfaxi committed Jun 29, 2011
1 parent 4210bf4 commit a5c0d81
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions popsloader/core/nid_400_to_620.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ static nid_entry LoadExecForKernel_nid[] = {
{ 0x6274D0D5, 0xB848CC2C, },
};

static nid_entry sceImpose_driver_nid[] = {
{ 0x869EB4A8, 0x4D849B71, },
{ 0xCD1291FD, 0x55864BD7, },
};

static nid_entry sceCtrl_driver_nid[] = {
// for impose.prx
{ 0x29A5082C, 0xF3132A07, },
Expand Down Expand Up @@ -185,7 +180,6 @@ resolver_config nid_fix_400_to_620[] = {
NID_ENTRY(SysMemForKernel),
NID_ENTRY(ModuleMgrForKernel),
NID_ENTRY(LoadExecForKernel),
NID_ENTRY(sceImpose_driver),
NID_ENTRY(sceSysreg_driver),
NID_ENTRY(sceSyscon_driver),
NID_ENTRY(sceClockgen_driver),
Expand Down

0 comments on commit a5c0d81

Please sign in to comment.