megacd: re-open browser on folder name instead of cue.

This commit is contained in:
sorgelig
2020-06-03 00:46:43 +08:00
parent bd7b333fa8
commit 6c95f84fea

View File

@@ -1758,7 +1758,7 @@ void HandleUI(void)
strcpy(fs_pFileExt, ext);
memcpy(Selected_tmp, Selected_S[ioctl_index & 3], sizeof(Selected_tmp));
if (is_pce())
if (is_pce() || is_megacd())
{
fs_Options |= SCANO_NOENTER;
char *p = strrchr(Selected_tmp, '/');