Skip to content

Commit

Permalink
Fix NID from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nowrep committed May 31, 2017
1 parent fe4429e commit 9a6688d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ static void get_functions_retail()
scePafWidgetSetFontSize = (void*) text_addr + 0x45ce80;
}

static void get_functions_pdel()
static void get_functions_testkit()
{
scePafWidgetSetFontSize = (void*) text_addr + 0x453038;
}
Expand Down Expand Up @@ -160,10 +160,10 @@ int module_start(SceSize argc, const void *args)
get_functions_retail();
break;

case 0x6CB01295: // PDEL 3.60 SceShell
case 0xEAB89D5C: // testkit 3.60 SceShell
offsets[0] = 0x17c2d8;
offsets[1] = 0x404828;
get_functions_pdel();
get_functions_testkit();
break;

default:
Expand Down

0 comments on commit 9a6688d

Please sign in to comment.