Allow use of "games" folder for core rom folders.
This commit is contained in:
3
menu.cpp
3
menu.cpp
@@ -333,6 +333,9 @@ static void SelectFile(const char* pFileExt, unsigned char Options, unsigned cha
|
||||
strcpy(SelectedPath, HomeDir);
|
||||
}
|
||||
|
||||
if (!strcasecmp(HomeDir, SelectedPath))
|
||||
FileCreatePath(SelectedPath);
|
||||
|
||||
ScanDirectory(SelectedPath, SCANF_INIT, pFileExt, Options);
|
||||
if (!flist_nDirEntries())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user