add universal updater to the finalizing setup
Every other console has a hb app store, lets add one to 3ds too
This commit is contained in:
parent
0972241cb2
commit
5df989dac8
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,7 @@ During this process, we also setup programs such as the following:
|
|||
+ **FBI** *(installs CIA formatted games and applications)*
|
||||
+ **Anemone3DS** *(installs custom themes)*
|
||||
+ **Checkpoint** *(backs up and restores save files for 3DS and DS games)*
|
||||
+ **Universal Updater** *(a homebrew app store for downloading homebrew from the 3DS over wifi)*
|
||||
+ **GodMode9** *(multipurpose tool which can do NAND and cartridge functions)*
|
||||
+ **Homebrew Launcher Loader** *(launches the Homebrew Launcher)*
|
||||
+ **DSP1** *(allows homebrew applications to have sound)*
|
||||
|
@ -24,6 +25,7 @@ During this process, we also setup programs such as the following:
|
|||
|
||||
* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)*
|
||||
* The latest release of [Checkpoint](https://github.com/FlagBrew/Checkpoint/releases/latest) *(the `.cia` file)*
|
||||
* The latest release of [Universal Updater](https://github.com/Universal-Team/Universal-Updater/releases/latest) *(the `.cia` file)*
|
||||
* The latest release of [Homebrew Launcher Wrapper](https://github.com/mariohackandglitch/homebrew_launcher_dummy/releases/latest)
|
||||
* The v1.9.2pre1 release of [GodMode9](https://github.com/d0k3/GodMode9/releases/tag/v1.9.2pre1)
|
||||
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest) *(the `.cia` file)*
|
||||
|
@ -46,6 +48,7 @@ During this process, we also setup programs such as the following:
|
|||
1. Copy `DSP1.cia` to the `/cias/` folder on your SD card
|
||||
1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card
|
||||
1. Copy `Checkpoint.cia` to the `/cias/` folder on your SD card
|
||||
1. Copy `Universal-Updater.cia` to the `/cias/` folder on your SD card
|
||||
1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist
|
||||
1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
|
||||
1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
|
||||
|
|
Loading…
Reference in a new issue