db fix (may still need serious fixing)

This commit is contained in:
ikari
2009-11-09 11:15:28 +01:00
parent ecfe7d9831
commit 2b05f0b695
4 changed files with 28 additions and 28 deletions

View File

@@ -16,7 +16,7 @@ typedef enum {
char fs_path[256];
SNES_FTYPE determine_filetype(char* filename);
//uint32_t scan_fs();
uint16_t scan_dir(char* path, char mkdb);
uint16_t scan_dir(char* path, char mkdb, uint32_t this_subdir_tgt);
FRESULT get_db_id(uint16_t*);
#endif