Development library for Nintendo DS and DSi. https://blocksds.skylyrac.net/libnds/index.html
  • C 92.1%
  • CSS 3.6%
  • Assembly 3.5%
  • JavaScript 0.7%
  • HTML 0.1%
Find a file
trustytrojan 59c453f624 dsl: Use correct size for cache operations
Veneer memory was not included in the cache operations following
relocations.
2026-03-15 15:06:47 +00:00
doxygen doxygen: Add theme for Doxygen documentation 2024-02-13 19:04:42 +00:00
fatfs@1cb54bc002 fatfs: Update submodule 2025-11-29 10:33:06 +00:00
graphics build: Move graphics subfolder outside of the source folder 2024-08-05 20:04:07 +01:00
include libc: Make deviceIoGetIndexFromPath() private 2026-03-14 11:20:29 +00:00
licenses licenses: Uniformize and fix copyright notices 2025-05-09 19:46:57 +01:00
source dsl: Use correct size for cache operations 2026-03-15 15:06:47 +00:00
.gitignore build: Fix dependency on the version header 2023-11-09 01:34:09 +00:00
.gitmodules fatfs: Make URL relative 2026-01-09 19:43:05 +00:00
Doxyfile docs: Update Doxyfile 2024-08-01 18:03:49 +01:00
Makefile libteak: Move libteak to its own repository 2023-11-27 01:37:14 +00:00
Makefile.arm7 build: Use C23 and C++23 to build the code 2025-08-15 17:58:47 +01:00
Makefile.arm9 build: Use C23 and C++23 to build the code 2025-08-15 17:58:47 +01:00
readme.md docs: Fix link to issue tracker 2026-01-10 15:07:54 +00:00

libnds

A library to develop applications for a Nintendo DS.

Please, report issues here.

Licensing

libnds is provided under the terms of the Zlib license.

The FAT file system driver used, FatFs, is provided under a distinct permissive license.