Skip to content

Commit

Permalink
Allowing Minimig core to select ROMs in any folder
Browse files Browse the repository at this point in the history
For a while the Minimig core has only made it possible to select ROM files in the Amiga folder directly. But many Minimig users have quite the collection of different Amiga ROMs though, so being able to have several sub-folders with kick ROMs for the core really helps.
  • Loading branch information
kblood committed Jul 24, 2022
1 parent b6055c6 commit 46b74ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion menu.cpp
Expand Up @@ -5658,7 +5658,8 @@ void HandleUI(void)
else if (menusub == 7 && select)
{
ioctl_index = 1;
SelectFile(Selected_F[4], "ROM", 0, MENU_MINIMIG_ROMFILE_SELECTED, MENU_MINIMIG_CHIPSET1);
SelectFile(Selected_F[4], "ROM", SCANO_DIR, MENU_MINIMIG_ROMFILE_SELECTED, MENU_MINIMIG_CHIPSET1);
//SelectFile(Selected_F[4], "ROM", 0, MENU_MINIMIG_ROMFILE_SELECTED, MENU_MINIMIG_CHIPSET1);
}
else if (menusub == 8)
{
Expand Down

0 comments on commit 46b74ea

Please sign in to comment.