Frontend for nds-bootstrap
Go to file
Kei 3d3ca0abf7 Start DSiWare Support
- Added DSiWare detection
- Start INI Work for DSiWare. PUB and PRV save creation not added yet.
- Only modify VRAM if running on a flashcart (resolved Giana Sisters DS regression)
- Remove Card DMA configuration to align with nds-bootstrap removing it as a configurable value
- Show a message to the user if using akmenu-next for the first time
2025-02-28 19:34:12 +00:00
.vscode Start DSiWare Support 2025-02-28 19:34:12 +00:00
arm7 More fixes 2024-12-28 21:41:30 +00:00
arm9 Start DSiWare Support 2025-02-28 19:34:12 +00:00
arm9_dsi Fix DSi build 2024-12-22 16:28:38 -06:00
DLDI@6786ce4dd4 Add DLDI submodule 2024-11-04 11:07:15 -08:00
fonts Extract akmenu4 from woodrpg v1.25 2024-10-04 22:35:39 -07:00
language launcher: tell user when loader is missing 2024-10-14 17:12:41 -07:00
licenses Add nds-bootstrap interface 2024-10-13 02:23:15 -07:00
nds-bootloader@75b9cff717 Update submodule for 32KB DLDI 2024-12-14 22:16:35 +00:00
share Add TTMenu support 2024-10-31 23:32:21 -07:00
.clang-format Add .clang-format 2024-10-05 20:49:08 -07:00
.gitignore Fixed soft reset for themes 2024-12-14 22:05:29 +00:00
.gitmodules Update .gitmodules 2024-12-14 22:07:46 +00:00
banner.bin Fix DSi build 2024-12-22 16:28:38 -06:00
gba_sleep.txt Extract akmenu4 from woodrpg v1.25 2024-10-04 22:35:39 -07:00
icon.png nds-bootstrap-nightly test 2025-01-18 21:38:38 +00:00
languages.txt Extract akmenu4 from woodrpg v1.25 2024-10-04 22:35:39 -07:00
Makefile VRAM Fix, System Dir change and saves folder support 2025-01-25 23:29:52 +00:00
note.txt Extract akmenu4 from woodrpg v1.25 2024-10-04 22:35:39 -07:00
README.md Update README.md 2025-01-25 23:31:06 +00:00

akmenu-next

Frontend for nds-bootstrap based upon lifehansolhacker's akmenu4 port https://github.com/lifehackerhansol/akmenu4.

Getting Started

Requires devkitarm to be installed with the nds-dev package. Simply build the repository with make.

Configuration

  • The system directory is _nds/akmenunext where the akmenu system files should be placed, along with a copy of nds-bootstrap in the _nds folder as nds-bootstrap-release.nds.
  • The binary of akmenu-next additionally needs to be in the _nds/akmenunext folder as launcher.nds for theme & language reboots.
  • 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.

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.