RetroArch
|
Go to the source code of this file.
Classes | |
struct | FAT |
struct | PARTITION |
Macros | |
#define | MIN_SECTOR_SIZE 512 |
#define | MAX_SECTOR_SIZE 4096 |
Enumerations | |
enum | FS_TYPE { FS_UNKNOWN, FS_FAT12, FS_FAT16, FS_FAT32, FS_UNKNOWN, FS_FAT12, FS_FAT16, FS_FAT32 } |
Functions | |
PARTITION * | _FAT_partition_constructor (const DISC_INTERFACE *disc, uint32_t cacheSize, uint32_t SectorsPerPage, sec_t startSector) |
void | _FAT_partition_destructor (PARTITION *partition) |
PARTITION * | _FAT_partition_getPartitionFromPath (const char *path) |
void | _FAT_partition_createFSinfo (PARTITION *partition) |
void | _FAT_partition_readFSinfo (PARTITION *partition) |
void | _FAT_partition_writeFSinfo (PARTITION *partition) |
#define MAX_SECTOR_SIZE 4096 |
#define MIN_SECTOR_SIZE 512 |
enum FS_TYPE |
PARTITION* _FAT_partition_constructor | ( | const DISC_INTERFACE * | disc, |
uint32_t | cacheSize, | ||
uint32_t | SectorsPerPage, | ||
sec_t | startSector | ||
) |