Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol committed Nov 5, 2024
1 parent a23cbfc commit db5bc3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ This is both an archive and a development repository for Nintendo DS flash cartr
The folder structure are as follows:

- `archived`: unused source codes and prebuilts. Usually means an open-source or better-performing alternative exists
- `blocksds`: DLDI files that are built from source using BlocksDS toolchain. See `blocksds/README.md` for more information
- `default`: 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
- `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 toolchains
- `template`: example DLDI, taken from https://github.com/blocksds/sdk
- `tools`: PC tools useful for DLDI development

0 comments on commit db5bc3f

Please sign in to comment.