mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Created bootTitle (markdown)
+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..."
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user