PlatinumMaster / hiyaCFW

World's FIRST Nintendo DSi CFW!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


GBAtemp Thread Discord Server Build status on GitHub Actions

HiyaCFW is the world's FIRST Nintendo DSi CFW, made by the talented folks over on our Discord server.

Features

  • Run custom DSiWare
  • Have NAND to SD card redirection
  • Replace the system menu with TWiLightMenu++
  • Run blocked flashcards (such as R4 Ultra)
  • Remove Region-Locking
  • Run 3DS-exclusive DSiWare (such as WarioWare Touched)
  • Custom splash screens

Compiling

In order to compile this on your own, you will need devkitPro's toolchains with the devkitARM, plus the necessary tools and libraries. dkp-pacman is included for easy installation of all components:

 $ dkp-pacman -Syu devkitARM general-tools dstools ndstool libnds

Once everything is downloaded and installed, git clone this repository, navigate to the folder, and run make to compile HiyaCFW. If there is an error, let us know.

Credits

  • Apache Thunder, NoCash, StuckPixel, Shutterbug2000, and Gericom.
  • Drenn: .bmp loading code from GameYob, for custom splash screens.
  • Pk11: .gif loading code for animated splash screens.
  • RocketRobz: Logo graphic, and settings screen.
  • WinterMute/devkitPro: For the majority of the base code like nds-bootloader which this loader uses.

About

World's FIRST Nintendo DSi CFW!

License:GNU General Public License v3.0


Languages

Language:C 41.8%Language:C++ 26.1%Language:Python 11.6%Language:Makefile 11.4%Language:Assembly 9.1%