From 23c03d855c82fa89b529781042d3a9492bd08c1f Mon Sep 17 00:00:00 2001 From: Pk11 Date: Fri, 25 Sep 2020 16:53:34 -0500 Subject: [PATCH] Created bootTitle (markdown) --- bootTitle.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bootTitle.md 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