Skip to content

bootTitle

Pk11 edited this page Nov 26, 2025 · 6 revisions

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

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

Example:

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

Titleid can be found in online databases like: https://3dsdb.com/

Clone this wiki locally