NeoGeo: supports for multiple variants in a single romset entry.
This commit is contained in:
2
menu.cpp
2
menu.cpp
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user