TWiLight Menu++ is an open-source DSi Menu upgrade/replacement for the Nintendo DSi, the Nintendo 3DS, and Nintendo DS flashcards.
It can launch Nintendo DS, SNES, NES, GameBoy (color), GameBoy Advance, Sega GameGear/Master System & Mega Drive/Genesis ROMs, as well as DSTWO plugins (if you use a DSTWO) and .rvid
videos using RocketVideo Technology.
Compiling this app requires devkitPRO with devkitARM and libnds. Be sure you have grit and mmutil installed.
Using the included Docker image, you can easily compile TWiLight Menu++ without having to manually set up the required version of devkitARM using the provided PowerShell (.ps1
) scripts.
The script accepts make
arguments as well. For example, .\compile_docker.ps1 clean
will clean the directories of all the compiled code. If you would like to build all artifacts, run .\compile_docker.ps1 package
.
Please note that Docker compilation is not compatible with native compilation on Windows. You should run .\compile_docker.ps1 clean
to clean the artifacts before attempting to build with Docker. If a notification appears asking you to share your drive, you must choose to enable drive sharing for Docker to work on Windows.
- RocketRobz: Lead Developer, implementing the auto-reset power button function used in NTR-mode.
- chyyran: Porting the akMenu/Wood UI to TWiLight Menu++ & adding the ability to load sub-themes off the SD card for DSi/3DS themes.
- Epicpkmn11: Adding the ability to load sub-themes off the SD card for the R4 theme.
- ahezard & shutterbug2000: nds-bootstrap (used to launch Nintendo DS ROMs off the SD card), and NDMA SD read code.
- Drenn: GameYob (used to launch Gameboy ROMs)
- Coto: Working on SNEmulDS with acheid/Loopy (used to launch SNES ROMs) & nesDS (TWL Edition by Apache Thunder) (used to launch NES ROMs).
- Lordus: jEnesisDS (used to launch Sega Mega Drive/Genesis ROMs)
- Gericom: GBARunner2 (used to load GameBoy Advance ROMs)
- FluBBa: S8DS (used to launch Sega Master System/Game Gear ROMs)
- spinal_cord: DSi4DS and DSision2 graphics.
- StarvingArtist: Game Console icons.
- FlameKat53: Manual icon for DSi theme's
SELECT
menu.
- profi200: Improved SD code from fastboot3DS.
- devkitPro: Code used in nds-hb-menu, and the use of the bootloader, devkitARM, libnds, and libfat.
- Another World and Yellow Wood Goblin: The original akMenu/Wood UI.
- NightYoshi370: Code cleanup