Project

General

Profile

« Previous | Next » 

Revision 189

Added by markw almost 11 years ago

Started merging in 5200 firmware changes. A800 firmware tested working. 5200 firmware not working, but likely a small fix...

View differences:

fileselector.c
return (compare_ext(f,"ROM"));
}
int filter_bins(struct SimpleDirEntry * entry)
{
if (dir_is_subdir(entry)) return 1;
char const * f = dir_filename(entry);
return (compare_ext(f,"BIN"));
}
void dir_of(char * dir, char const * path); // TODO - into simpledir
void file_selector(struct SimpleFile * file)

Also available in: Unified diff