Skip to content

Commit 7e637b9

Browse files
Update main.c
1 parent b13c6a5 commit 7e637b9

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

main.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,11 @@ static void get_functions_retail_365()
185185
scePafWidgetSetFontSize = (void*) text_addr + 0x45d2c8;
186186
}
187187

188+
static void get_functions_retail_367()
189+
{
190+
scePafWidgetSetFontSize = (void*) text_addr + 0x45D2C8;
191+
}
192+
188193
static void get_functions_retail_368()
189194
{
190195
scePafWidgetSetFontSize = (void*) text_addr + 0x45D2C8;
@@ -475,6 +480,12 @@ switch (info.module_nid) {
475480
get_functions_retail_365();
476481
break;
477482

483+
case 0x34B4D82E: // retail 3.67 SceShell
484+
offsets[0] = 0x183F6C;
485+
offsets[1] = 0x40E4FC;
486+
get_functions_retail_367();
487+
break;
488+
478489
case 0x12DAC0F3: // retail 3.68 SceShell
479490
offsets[0] = 0x183F6C;
480491
offsets[1] = 0x40E4FC;

0 commit comments

Comments
 (0)