mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +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.
|
||||
|
||||
`message` -> Message while installing.
|
||||
|
||||
You can find an example here:
|
||||
```
|
||||
{
|
||||
"type": "installCia",
|
||||
"file": "sdmc:/Universal-Updater.cia",
|
||||
"message": "Installing the Cia..."
|
||||
}
|
||||
Example
|
||||
```json
|
||||
{
|
||||
"type": "installCia",
|
||||
"file": "sdmc:/Universal-Updater.cia",
|
||||
"message": "Installing the Cia..."
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user