Merge pull request #1221 from Frank-74/patch-6
Fix last rom not highlighted.
This commit is contained in:
commit
0a89360f66
|
@ -331,6 +331,8 @@ void CRomBrowser::HighLightLastRom(void)
|
|||
{
|
||||
return;
|
||||
}
|
||||
m_LastRom = UISettingsLoadStringIndex(File_RecentGameFileIndex, 0);
|
||||
|
||||
//Make sure Rom browser is visible
|
||||
if (!RomBrowserVisible()) { return; }
|
||||
|
||||
|
@ -1273,4 +1275,4 @@ bool CRomBrowser::GetRomFileNames(strlist & FileList, const CPath & BaseDirector
|
|||
}
|
||||
} while (SearchPath.FindNext());
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue