NeoGeo: supports for multiple variants in a single romset entry.

This commit is contained in:
sorgelig
2019-07-29 18:54:29 +08:00
parent ca2fbe5b7a
commit ac94b66a62
2 changed files with 42 additions and 11 deletions

View File

@@ -325,7 +325,7 @@ static void SelectFile(const char* pFileExt, unsigned char Options, unsigned cha
{
pFileExt = "TXT";
}
else if (strncasecmp(HomeDir, SelectedPath, strlen(HomeDir)))
else if (strncasecmp(HomeDir, SelectedPath, strlen(HomeDir)) || !strcasecmp(HomeDir, SelectedPath))
{
Options &= ~SCANO_NOENTER;
strcpy(SelectedPath, HomeDir);