Skip to content

Releases: devkitPro/libnds

libnds 1.8.2

02 Feb 13:39
7e8902a
Compare
Choose a tag to compare
  • rework syscalls for devkitARM r57
  • fix warnings from gcc 11

binaries available via devkitPro pacman

libnds 1.8.1

02 Feb 13:36
62b4973
Compare
Choose a tag to compare
  • Remove packed attribute from header structs

binaries available via devkitPro pacman

libnds 1.8.0

11 May 16:14
Compare
Choose a tag to compare

binaries available via devkitPro pacman

libnds 1.7.3

17 Jun 00:55
Compare
Choose a tag to compare
  • kill bogus builtin warning
  • remove redundant code
  • error deprecated header

libnds 1.7.2

15 May 15:48
Compare
Choose a tag to compare
  • correct arm9 swiIntrWait
  • update alt vector support
  • arm7/arm9 sync moved to crt0

libnds 1.7.1

28 Sep 11:59
Compare
Choose a tag to compare
  • separate nand and sd init
  • disable pullup before putting SD card in 4bit mode
  • add console id register
  • move get_io_dsisd from libfat to libnds

libnds 1.7.0

28 Sep 09:03
Compare
Choose a tag to compare
  • Add AES register defines
  • add bios SHA1 & RSA functions
  • Initialise touch screen properly, now working on N3DS
  • add helper functions for sdmmc & nand access.
  • allow parallel building
  • add function to get CID from NAND & SD
  • add enable/disable slot1
  • fix some ISO C complaints

libnds 1.6.2

02 Mar 19:00
Compare
Choose a tag to compare
  • properly implement swiIntrWait
  • define REG_SCFG_A9ROM & REG_SCFG_ROM correctly
  • Spelling corrections & ISO C99 fixes