File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -200,11 +200,20 @@ static void get_functions_testkit_360()
200200 scePafWidgetSetFontSize = (void * ) text_addr + 0x453038 ;
201201}
202202
203+ static void get_functions_testkit_365 ()
204+ {
205+ scePafWidgetSetFontSize = (void * ) text_addr + 0x453478 ;
206+ }
207+
203208static void get_functions_devkit_360 ()
204209{
205210 scePafWidgetSetFontSize = (void * ) text_addr + 0x44E5F8 ;
206211}
207212
213+ static void get_functions_devkit_365 ()
214+ {
215+ scePafWidgetSetFontSize = (void * ) text_addr + 0x44EA68 ;
216+ }
208217
209218static int digit_len (int num )
210219{
@@ -498,12 +507,24 @@ switch (info.module_nid) {
498507 get_functions_testkit_360 ();
499508 break ;
500509
510+ case 0x587F9CED : // PTEL 3.65 SceShell
511+ offsets [0 ] = 0x17C3A0 ;
512+ offsets [1 ] = 0x404C68 ;
513+ get_functions_testkit_365 ();
514+ break ;
515+
501516 case 0x6CB01295 : // PDEL 3.60 SceShell
502517 offsets [0 ] = 0x17B8DC ;
503518 offsets [1 ] = 0x400028 ;
504519 get_functions_devkit_360 ();
505520 break ;
506521
522+ case 0xE6A02F2B : // PDEL 3.65 SceShell
523+ offsets [0 ] = 0x17B9A4 ;
524+ offsets [1 ] = 0x400498 ;
525+ get_functions_devkit_365 ();
526+ break ;
527+
507528 default :
508529 return SCE_KERNEL_START_FAILED ;
509530 }
You can’t perform that action at this time.
0 commit comments