#include <nitro/fs.h>
void FS_InitFatDriver(void);
None.
None.
Initializes the FAT driver.
The FAT driver is required to access console NAND memory and SD Memory Cards. By calling this function you can mount and use the various archives supported by the FAT driver .
Subsequent calls to this function do nothing.
In the case of NAND applications this function is implicitly called inside the NA library, so the application does not need to initialize the FAT driver.
FS_Init
function.2009/01/30 Initial version.
CONFIDENTIAL