Skip to content

coderkei/akmenu-next

 
 

Repository files navigation

image

GBAtemp thread Build status on GitHub Actions

AKMenu-Next

Frontend for nds-bootstrap and Pico-Loader based upon lifehansolhacker's akmenu4 port.

Getting Started

Requires the pre-calico version of devkitarm to be installed with the nds-dev package. A docker image is available with this version on docker hub.

Build the repository with make, then run package.cmd/sh depending on your OS to package the build for Flashcarts, DSi and 3DS.

Configuration

  • The system directory is _nds/akmenunext where the akmenu system files should be placed, along with a copy the nds-bootstrap files in the _nds folder.
  • The binary of akmenu-next additionally needs to be in the _nds/akmenunext folder as launcher.nds for theme & language reboots, this is automatically added if using the package script.
  • Cheats should be placed as usrcheat.dat into the _nds/akmenunext/cheats folder.
  • Themes go into _nds/akmenunext/ui. Acekard & Wood R4 themes are supported.
  • For flashcart related builds, files for the corresponding flashcart for Pico-Loader should go into the _pico folder.

License

This project is comprised of various sources and is collectively licensed under the GPL-3.0-or-later license. Please check the license section for more information as well as a copy of all applicable licenses.

Contributing

Contributions are welcome, any issues regarding game compatibility should submitted on the nds-bootstrap repository.

image

About

Frontend for nds-bootstrap & Pico-Loader

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 88.4%
  • C 8.3%
  • Makefile 2.3%
  • Assembly 0.4%
  • Batchfile 0.3%
  • Shell 0.3%