parent
25a5784623
commit
d6c819a1d0
|
@ -331,6 +331,8 @@ void CRomBrowser::HighLightLastRom(void)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
m_LastRom = UISettingsLoadStringIndex(File_RecentGameFileIndex, 0);
|
||||||
|
|
||||||
//Make sure Rom browser is visible
|
//Make sure Rom browser is visible
|
||||||
if (!RomBrowserVisible()) { return; }
|
if (!RomBrowserVisible()) { return; }
|
||||||
|
|
||||||
|
@ -1273,4 +1275,4 @@ bool CRomBrowser::GetRomFileNames(strlist & FileList, const CPath & BaseDirector
|
||||||
}
|
}
|
||||||
} while (SearchPath.FindNext());
|
} while (SearchPath.FindNext());
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue