Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion quickmenuplus.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ static const SceWChar16 *restart_text[N_LANG] = {
u"Перезагрузка",
u"재부팅",
u"重新啟動",
u"重新启動",
u"重新启动",
u"Käynnistä uudelleen",
u"Starta om",
u"Genstart",
Expand Down Expand Up @@ -398,6 +398,7 @@ USED int module_start(UNUSED SceSize args, UNUSED const void *argp) {
case 0xF476E785: // 3.71 retail
case 0x939FFBE9: // 3.72 retail
case 0x734D476A: // 3.73 retail
case 0x51CB6207: // 3.74 retail
quick_menu_init += 0x14C460;
break;
case 0xEAB89D5C: // 3.60 testkit
Expand Down