Skip to content

rootyElf/TWiLightMenu

 
 

Repository files navigation


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

Compiling this app requires devkitPRO with devkitARM and libnds. Be sure you have grit and mmutil installed.

Using Docker

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.

Credits

Main Developers

  • 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.

App Launchers

Graphics & Themes

Others

  • 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

About

DSi Menu replacement for DS/DSi/3DS/2DS

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • C++ 59.5%
  • C 29.4%
  • Makefile 5.3%
  • Assembly 3.9%
  • Python 1.0%
  • Objective-C 0.7%
  • Other 0.2%