Payload switcher for arm9loaderhax
This repository has been archived on 2025-04-09. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Makefile 73.4%
  • C++ 26.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-01-03 16:09:05 -05:00
resources Add old files 2024-01-03 16:09:05 -05:00
source Add old files 2024-01-03 16:09:05 -05:00
tools Add old files 2024-01-03 16:09:05 -05:00
.gitignore Add old files 2024-01-03 16:09:05 -05:00
LICENSE Add old files 2024-01-03 16:09:05 -05:00
Makefile Add old files 2024-01-03 16:09:05 -05:00
README.md Add old files 2024-01-03 16:09:05 -05:00

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 page.

Building

Just run make inside the root directory.

make

Binary files (.cia, .3dsx, .elf) will show up in the output directory.

Credits