|
| | bios.h |
| | Nintendo DS BIOS functions.
|
| |
| | card.h |
| | Slot-1 card commands.
|
| |
| | cothread.h |
| | Cooperative multithreading system.
|
| |
| | debug.h |
| | Currently only used to send debug messages to NO$GBA debug window.
|
| |
| | decompress.h |
| | Wraps the bios decompress functionality into something a bit easier to use.
|
| |
| | device_list.h |
| | Device List structures used by DSi/3DS launchers.
|
| |
| | dma.h |
| | Wrapper functions for direct memory access hardware.
|
| |
| | exceptions.h |
| | Functions to handle hardware exceptions.
|
| |
| | fifocommon.h |
| | Low level FIFO API.
|
| |
| | input.h |
| | common values for keypad input.
|
| |
| | interrupts.h |
| | nds interrupt support.
|
| |
| | memory.h |
| | Defines for many of the regions of memory on the DS as well as a few control functions for memory bus access.
|
| |
| | ndma.h |
| | NDMA helpers.
|
| |
| | ndstypes.h |
| | Custom types employed by libnds.
|
| |
| | nwram.h |
| | New WRAM utilities.
|
| |
| | rsa.h |
| | DSi RSA functions.
|
| |
| | sha1.h |
| | DSi SHA1 functions.
|
| |
| | system.h |
| | NDS hardware definitions.
|
| |
| | timers.h |
| | Contains defines, macros and functions for ARM7 and ARM9 timer operation.
|
| |
| | touch.h |
| | Contains a struct with touch screen data.
|
| |
| | utf.h |
| | UTF helpers.
|
| |