From 0e3fc7296c9e7b74c90da7020c6085fa5a039da9 Mon Sep 17 00:00:00 2001 From: Kasper Olesen Date: Sun, 24 Jul 2022 20:45:35 +0200 Subject: [PATCH] Allowing Minimig core to select ROMs in any folder 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. --- menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu.cpp b/menu.cpp index f1e97e05..44d215b4 100644 --- a/menu.cpp +++ b/menu.cpp @@ -5658,7 +5658,7 @@ 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); } else if (menusub == 8) {