We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b13c6a5 commit 7e637b9Copy full SHA for 7e637b9
1 file changed
main.c
@@ -185,6 +185,11 @@ static void get_functions_retail_365()
185
scePafWidgetSetFontSize = (void*) text_addr + 0x45d2c8;
186
}
187
188
+static void get_functions_retail_367()
189
+{
190
+ scePafWidgetSetFontSize = (void*) text_addr + 0x45D2C8;
191
+}
192
+
193
static void get_functions_retail_368()
194
{
195
scePafWidgetSetFontSize = (void*) text_addr + 0x45D2C8;
@@ -475,6 +480,12 @@ switch (info.module_nid) {
475
480
get_functions_retail_365();
476
481
break;
477
482
483
+ case 0x34B4D82E: // retail 3.67 SceShell
484
+ offsets[0] = 0x183F6C;
485
+ offsets[1] = 0x40E4FC;
486
+ get_functions_retail_367();
487
+ break;
488
478
489
case 0x12DAC0F3: // retail 3.68 SceShell
479
490
offsets[0] = 0x183F6C;
491
offsets[1] = 0x40E4FC;
0 commit comments