/IkuReader

Primary LanguageCMIT LicenseMIT

ikureader icon IkuReader

an e-book reader for Nintendo DS

About

I'm not an author of this cource code! I just decided to update it to be able to use it on my Nintendo DSi without any quirks. All original info is in info.txt file. License is in License.txt file

Instructions

Download latest release contents from Latest release page

Unpack sdcard-root.zip content to the root of your sdcard and put .dsi or .nds file depending on your console: .dsi for installing to Hiya or using with direct boot, .nds for DS flashcards.

Compilation

Should be working with latest devkitPro and libnds.

To build it do following:

  • Open MSYS2 in project folder

  • Print make in console

    If you have following error in arm7 make, just relaunch make without cleaning. I will fix it when I will find solution

    arm-none-eabi-gcc.exe: warning: g: linker input file unused because linking not done
    arm-none-eabi-gcc.exe: error: g: linker input file not found: No such file or directory
  • Wait until software will be compiled, if some other errors will appear, try use make clean

Contact

Email - vladimir.kosickij@gmail.com

Telegram - t.me/awkitsune

Discord - @ikainky

Thanks to

chintoi - original author of this software devkitPro