mk2 fw wip

This commit is contained in:
ikari
2010-09-23 00:18:44 +02:00
parent 64453e2fdf
commit fa28f6035e
28 changed files with 1760 additions and 153 deletions

View File

@@ -39,7 +39,10 @@ typedef enum {
char fs_path[256];
SNES_FTYPE determine_filetype(char* filename);
//uint32_t scan_fs();
uint16_t scan_flat(const char* path);
uint16_t scan_dir(char* path, char mkdb, uint32_t this_subdir_tgt);
FRESULT get_db_id(uint16_t*);
int get_num_dirent(uint32_t addr);
void sort_all_dir(uint32_t endaddr);
#endif