Skip to content

bootTitle

Pk11 edited this page Jan 22, 2023 · 5 revisions

The bootTitle function has 2 parameters. It launches the specified app.

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

Example:

{
    "type": "bootTitle",
    "TitleID": "0x0004000004391700",
    "NAND": false
}