#CtrBootManager
CtrBootManager is a boot manager for some 3DS homebrew applications, like HBL and CFW.
##Dependencies
- devkitpro-4.5 at least (ctrulib-1.0 at least)
- libconfig in portlibs (tried with v1.5)
##Building ###The recommended way:
mkdir build/
cd build/
cmake -DCMAKE_TOOLCHAIN_FILE=../DevkitArm3DS.cmake ../
cmake --build . --target screeninit_a9lh
bin2h -c screeninit < screeninit.bin > screeninit.h
cmake --build . --target CtrBootManager_a9lh
Binaries should now be in the build
folder.
##Credits ###For contributions to hb_menu:
- smea : code
- GEMISIS : code
- fincs : code
- mtheall : code
- Fluto : graphics
- Arkhandar : graphics
- dotjasp : graphics (regionfree icon)
###For screeninit code:
- Aurora Wright
- dark_samus
- bil1s
- Normmatt
- delebile
- tiniVi
###For movies support code example:
- Wolfvak
- d0k3 : compressed movies
###Other credits: Readme by gemarcano This project also uses Brahma. See its repository for its credits.