This is both an archive and a development repository for Nintendo DS flash cartridge DLDI drivers.
The folder structure are as follows:
archived
: unused source codes and prebuilts. Usually means an open-source or better-performing alternative existsblocksds
: DLDI files that are built from source using BlocksDS toolchain. Seeblocksds/README.md
for more informationdefault
: default DLDI, present in libnds. Here for reference.prebuilts
: DLDI files that currently aren't built from source. This usually means that the driver is proprietary, or the source code is not yet compilable.source
: DLDI files that are built from source using devkitARM toolchain.staging
: DLDI source codes in various states of WIP, may be a new DLDI or older source codes that do not yet compile on newer toolchainstemplate
: example DLDI, taken from https://github.com/blocksds/sdktools
: PC tools useful for DLDI development