diff --git a/bootTitle.md b/bootTitle.md new file mode 100644 index 0000000..2caea8e --- /dev/null +++ b/bootTitle.md @@ -0,0 +1,15 @@ +The `bootTitle` function has 2 parameters. + +- `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: +```json +{ + "type": "bootTitle", + "TitleID": "0x0004000004391700", + "NAND": false, + "message": "Booting app..." +} +``` \ No newline at end of file