Allow use of "games" folder for core rom folders.

This commit is contained in:
Jamie Dickson
2019-10-20 14:12:47 -05:00
committed by sorgelig
parent d7b7340480
commit 45b35c2cff
10 changed files with 87 additions and 25 deletions

View File

@@ -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())
{