Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 997 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 997 Bytes

Archived project

This will not be worked on anymore.

MultiUpdater

MultiUpdater is an updater for FIRM payloads, CIA applications, and other files on the SD card.

Configuration

The configuration file is named config.json and should be placed in /3ds/MultiUpdater/.
An example config can be found in the repo.

Dependencies / Requirements

This project requires ctrulib, zlib, bzip2, xz, libarchive, curl and mbedtls. zlib, bzip2, xz, libarchive, curl and mbedtls can be installed with 3ds_portlibs.

Compilation

Just run make in terminal. Bannertool and makerom must be in your PATH or CIA compilation will fail.

License

MultiUpdater is licensed under the MIT license, a copy of which can be found in the LICENSE file.

Credits

All of the ctrulib contributors, for ctrulib which this depends upon Angelsl for libctrfgh, from which the example curl code has been taken #Cakey on freenode for help