NeoGeo: support for consolidated C ROMs, new progress bar.

This commit is contained in:
sorgelig
2019-07-27 21:52:52 +08:00
parent c645788823
commit 0818fd837a
5 changed files with 147 additions and 111 deletions

View File

@@ -1576,15 +1576,9 @@ void HandleUI(void)
printf("File selected: %s\n", SelectedPath);
if (fs_Options & SCANO_NEOGEO)
{
if (!neogeo_romset_tx(SelectedPath))
{
OsdSetTitle("Message", 0);
OsdEnable(0); // do not disable keyboard
menu_timer = GetTimer(2000);
menustate = MENU_INFO;
} else {
menustate = MENU_NONE1;
}
menustate = MENU_NONE1;
HandleUI();
neogeo_romset_tx(SelectedPath);
}
else
{