From d9a7c112c76a5d9a99f50176d622f2d3a1be6360 Mon Sep 17 00:00:00 2001 From: VoltZ <47382115+SuperSaiyajinVoltZ@users.noreply.github.com> Date: Thu, 7 Nov 2019 04:24:49 +0100 Subject: [PATCH] Created installCia (markdown) --- installCia.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 installCia.md diff --git a/installCia.md b/installCia.md new file mode 100644 index 0000000..f858e0a --- /dev/null +++ b/installCia.md @@ -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..." + } \ No newline at end of file