Add Recent Files menu option.

key (backtick/grave) or select button.
This commit is contained in:
nanner55
2019-12-28 10:53:31 -08:00
committed by sorgelig
parent 790ae63a2a
commit 3438ffd7ca
7 changed files with 476 additions and 9 deletions

View File

@@ -1171,7 +1171,7 @@ int ScanDirectory(char* path, int mode, const char *extension, int options, cons
if (!strcasecmp(dext.altname + strlen(dext.altname) - 4, ".zip")) dext.altname[strlen(dext.altname) - 4] = 0;
full_path[path_len] = 0;
char *altname = neogeo_get_altname(full_path, &dext);
char *altname = neogeo_get_altname(full_path, dext.de.d_name, dext.altname);
if (altname)
{
if (altname == (char*)-1) continue;