2
bootTitle
Pk11 edited this page 2020-11-01 15:43:58 -06:00

The bootTitle function has 3 parameters. It causes the specified app to be launched.

  • TitleID -> The Title ID of the app to boot
  • NAND -> Whether the app is installed to NAND
  • message -> The message to show before booting

Example:

{
    "type": "bootTitle",
    "TitleID": "0x0004000004391700",
    "NAND": false,
    "message": "Booting app..."
}