mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 11:29:24 +01:00
Setup default exts
This commit is contained in:
parent
5f11ca70fa
commit
3bce2ac0a0
@ -12,6 +12,9 @@ public:
|
|||||||
this->path = NULL;
|
this->path = NULL;
|
||||||
this->exts = exts;
|
this->exts = exts;
|
||||||
|
|
||||||
|
if (!this->exts)
|
||||||
|
this->exts = (const char **){ NULL };
|
||||||
|
|
||||||
/* If nothing else: Set the default list */
|
/* If nothing else: Set the default list */
|
||||||
this->setDefaultFileList();
|
this->setDefaultFileList();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user