mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-06 08:39:07 +00:00
Updated installCia (markdown)
+9
-8
@@ -1,13 +1,14 @@
|
|||||||
The Function `installCia` contains 2 Parameters.
|
The `installCia` function contains 2 parameters. It installs the specified CIA file.
|
||||||
|
|
||||||
`file` -> The path to the cia file.
|
`file` -> The path to the cia file.
|
||||||
|
|
||||||
`message` -> Message while installing.
|
`message` -> Message while installing.
|
||||||
|
|
||||||
You can find an example here:
|
Example
|
||||||
```
|
```json
|
||||||
{
|
{
|
||||||
"type": "installCia",
|
"type": "installCia",
|
||||||
"file": "sdmc:/Universal-Updater.cia",
|
"file": "sdmc:/Universal-Updater.cia",
|
||||||
"message": "Installing the Cia..."
|
"message": "Installing the Cia..."
|
||||||
}
|
}
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user