RetroArch
|
Go to the source code of this file.
Macros | |
#define | ATTR_ARCHIVE 0x20 |
#define | ATTR_DIRECTORY 0x10 |
#define | ATTR_VOLUME 0x08 |
#define | ATTR_SYSTEM 0x04 |
#define | ATTR_HIDDEN 0x02 |
#define | ATTR_READONLY 0x01 |
#define | LIBFAT_FEOS_MULTICWD |
Functions | |
bool | fatInit (uint32_t cacheSize, bool setAsDefaultDevice) |
bool | fatInitDefault (void) |
bool | fatMountSimple (const char *name, const DISC_INTERFACE *interface) |
bool | fatMount (const char *name, const DISC_INTERFACE *interface, sec_t startSector, uint32_t cacheSize, uint32_t SectorsPerPage) |
void | fatUnmount (const char *name) |
void | fatGetVolumeLabel (const char *name, char *label) |
int | FAT_getAttr (const char *file) |
int | FAT_setAttr (const char *file, uint8_t attr) |
#define ATTR_ARCHIVE 0x20 |
#define ATTR_DIRECTORY 0x10 |
#define ATTR_HIDDEN 0x02 |
#define ATTR_READONLY 0x01 |
#define ATTR_SYSTEM 0x04 |
#define ATTR_VOLUME 0x08 |
#define LIBFAT_FEOS_MULTICWD |
int FAT_getAttr | ( | const char * | file | ) |
bool fatMount | ( | const char * | name, |
const DISC_INTERFACE * | interface, | ||
sec_t | startSector, | ||
uint32_t | cacheSize, | ||
uint32_t | SectorsPerPage | ||
) |
bool fatMountSimple | ( | const char * | name, |
const DISC_INTERFACE * | interface | ||
) |