25 lines
974 B
Markdown
25 lines
974 B
Markdown
# arm9switcher
|
|
|
|
(This is a project from February 2016)
|
|
|
|
A payload switcher for arm9loaderhax with it's only purpose is to switch two files. You can change the default file names in the defines at the top of the source file.
|
|
|
|
`#define EMUNAND_BIN "arm9loaderhax_emunand.bin"`
|
|
|
|
`#define SYSNAND_BIN "arm9loaderhax_sysnand.bin"`
|
|
|
|
`#define PAYLOAD_BIN "arm9loaderhax.bin"`
|
|
|
|
Precompiled builds can be found at the [Releases](https://github.com/thatbooisaspy/arm9switcher/releases) page.
|
|
|
|
# Building
|
|
Just run make inside the root directory.
|
|
|
|
`make`
|
|
|
|
Binary files (.cia, .3dsx, .elf) will show up in the `output` directory.
|
|
|
|
# Credits
|
|
* Uses [thedax's homebrew template](https://github.com/thedax/3DSHomebrewTemplate) with a updated makerom and zip support on windows.
|
|
* Thanks to the contributors of [ctrulib](https://github.com/smealum/ctrulib)
|
|
* [Apache Thunder for the idea](https://gbatemp.net/threads/post-homebrew-ideas-suggestion-requests-here.370320/page-70#post-6085934)
|