NightFox’s Lib
|
General functions of NFLib. More...
#include <nds.h>
Functions | |
__attribute__ ((noreturn)) void NF_Error(u32 code | |
Stops program execution and shows the error on the screen. More... | |
void | NF_SetRootFolder (const char *folder) |
Defines the root folder of your project (FAT or NitroFS). More... | |
void | NF_DmaMemCopy (void *destination, const void *source, u32 size) |
Function copy blocks of memory from RAM to VRAM fast. More... | |
Variables | |
char | NF_ROOTFOLDER [64] |
Root folder used by NFLib. | |
General functions of NFLib.