Skip to content

Commit

Permalink
fix nid on 400
Browse files Browse the repository at this point in the history
  • Loading branch information
hrimfaxi committed Jun 29, 2011
1 parent 26e2143 commit 782360d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions popsloader/core/nid_400_to_620.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,11 @@ static nid_entry InterruptManagerForKernel_nid[] = {
{ 0xB940A5BF, 0x3C161DFB, },
};

static nid_entry InitForKernel_nid[] = {
// for impose.prx
{ 0x6289D9A1, 0x29DAA63F, }
};

resolver_config nid_fix_400_to_620[] = {
NID_ENTRY(SysMemForKernel),
NID_ENTRY(ModuleMgrForKernel),
Expand All @@ -194,6 +199,7 @@ resolver_config nid_fix_400_to_620[] = {
NID_ENTRY(sceDve_driver),
NID_ENTRY(KDebugForKernel),
NID_ENTRY(InterruptManagerForKernel),
NID_ENTRY(InitForKernel),
};

u32 nid_fix_400_to_620_size = NELEMS(nid_fix_400_to_620);
10 changes: 8 additions & 2 deletions popsloader/core/nid_400_to_635.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ static nid_entry SysMemForKernel_nid[] = {
{ 0x5136926D, 0x52B54B93, },
{ 0x523E300A, 0x208F4820 , },
// for impose.prx
{ 0x4823B9D9, 0x864EBFD7, },
{ 0x9CCA041E, 0x10652B45, },
{ 0x4823B9D9, 0x458A70B5, },
{ 0x9CCA041E, 0x09DF9219, },
};

static nid_entry ModuleMgrForKernel_nid[] = {
Expand Down Expand Up @@ -176,6 +176,11 @@ static nid_entry InterruptManagerForKernel_nid[] = {
{ 0xB940A5BF, 0xD06AA711, },
};

static nid_entry InitForKernel_nid[] = {
// for impose.prx
{ 0x6289D9A1, 0x2213275D, }
};

resolver_config nid_fix_400_to_635[] = {
NID_ENTRY(SysMemForKernel),
NID_ENTRY(ModuleMgrForKernel),
Expand All @@ -194,6 +199,7 @@ resolver_config nid_fix_400_to_635[] = {
NID_ENTRY(sceDve_driver),
NID_ENTRY(KDebugForKernel),
NID_ENTRY(InterruptManagerForKernel),
NID_ENTRY(InitForKernel),
};

u32 nid_fix_400_to_635_size = NELEMS(nid_fix_400_to_635);

0 comments on commit 782360d

Please sign in to comment.