Skip to content

gemarcano/CtrBootManager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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:

  1. mkdir build/
  2. cd build/
  3. cp ../DevkitArm3DS.cmake ./
  4. cmake -DCMAKE_TOOLCHAIN_FILE=DevkitArm3DS.cmake ../
  5. make

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)

###Other credits: This project also uses Brahma. See its repository for its credits.

About

A 3ds "bootloader" like app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 47.1%
  • C++ 41.9%
  • CMake 11.0%