Created bootTitle (markdown)

Pk11
2020-09-25 16:53:34 -05:00
parent 2b4802b6c0
commit 23c03d855c
+15
@@ -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..."
}
```