GaryOderNichts / recovery_menu

Recovery Menu for the Nintendo Wii U
GNU General Public License v2.0
144 stars 17 forks source link

Coldboot Title: Add DEVMENU, System Config Tool, Kiosk Menu #9

Closed GerbilSoft closed 2 years ago

GerbilSoft commented 2 years ago

On development hardware, it would be useful to add DEVMENU, System Config Tool, and Kiosk Menu as possible coldboot titles.

DEVMENU: 00050010-1F7001FF System Config Tool: 00050010-1F700500 Kiosk Menu: 00050010-1FA81000

Although the system will refuse to set a coldboot title if the title isn't installed, it might be worth checking the console type and not showing these titles on retail systems. (show if consoleType != 1)

Sidenote: DEVMENU in SDK 2.04.02 had a different title ID. There's no point in adding that one here because the really old DEVMENU lacks a ton of functionality.