Skip to content

Commit 3e3511f

Browse files
authored
3.70-3.73 Support
1 parent 0a4dd38 commit 3e3511f

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

main.c

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ static void get_functions_retail_365_368()
6565
scePafWidgetSetFontSize = (void*) text_addr + 0x45D2C8;
6666
}
6767

68+
static void get_functions_retail_369_373()
69+
{
70+
scePafWidgetSetFontSize = (void*) text_addr + 0x45D2E8;
71+
}
72+
73+
6874
static void get_functions_testkit_360()
6975
{
7076
scePafWidgetSetFontSize = (void*) text_addr + 0x453038;
@@ -205,6 +211,17 @@ int module_start(SceSize argc, const void *args)
205211
offsets[1] = 0x40E4FC;
206212
get_functions_retail_365_368();
207213
break;
214+
215+
case 0x0703C828: // retail 3.69 SceShell
216+
case 0x2053B5A5: // retail 3.70 SceShell
217+
case 0xF476E785: // retail 3.71 SceShell
218+
case 0x939FFBE9: // retail 3.72 SceShell
219+
case 0x734D476A: // retail 3.73 SceShell
220+
offsets[0] = 0x183F6C;
221+
offsets[1] = 0x40E520;
222+
get_functions_retail_369_373();
223+
break;
224+
208225

209226
case 0xEAB89D5C: // PTEL 3.60 SceShell
210227
offsets[0] = 0x17C2D8;

0 commit comments

Comments
 (0)