mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-07 16:59:08 +00:00
Created installCia (markdown)
+13
@@ -0,0 +1,13 @@
|
|||||||
|
The Function `installCia` contains 2 Parameters.
|
||||||
|
|
||||||
|
`file` -> The path to the cia file.
|
||||||
|
|
||||||
|
`message` -> Message while installing.
|
||||||
|
|
||||||
|
You can find an example here:
|
||||||
|
```
|
||||||
|
{
|
||||||
|
"type": "installCia",
|
||||||
|
"file": "sdmc:/Universal-Updater.cia",
|
||||||
|
"message": "Installing the Cia..."
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user