mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2024-11-22 10:39:19 +01:00
Add ipf, fdi formats. Might work or not
This commit is contained in:
parent
7aab82176a
commit
83efbaea30
@ -264,7 +264,7 @@ static const char **get_file_list(const char *base_dir)
|
|||||||
de = readdir(d))
|
de = readdir(d))
|
||||||
{
|
{
|
||||||
char buf[255];
|
char buf[255];
|
||||||
const char *exts[] = {".adf", ".ADF", ".adz", ".ADZ",
|
const char *exts[] = {".adf", ".ADF", ".adz", ".ADZ", ".ipf", ".IPF", ".fdi", ".FDI",
|
||||||
".sav", ".SAV", ".uss", ".USS", ".rom", ".ROM", NULL};
|
".sav", ".SAV", ".uss", ".USS", ".rom", ".ROM", NULL};
|
||||||
struct stat st;
|
struct stat st;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user