From 19280cff2d3d618f032d0e6ef4b1d4414fa02f58 Mon Sep 17 00:00:00 2001 From: Gloria <32610623+yeah-its-gloria@users.noreply.github.com> Date: Mon, 20 Mar 2023 16:56:14 +0100 Subject: BIOS/NAND UI changes (#1587) * Remember the last folder for BIOS files Add .mmc to the list of NAND filename extensions * Add .sd file extension for SD images * Fix UI code according to the review --------- Co-authored-by: yeah-its-serena <32610623+yeah-its-serena@users.noreply.github.com> --- src/frontend/qt_sdl/Config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/frontend/qt_sdl/Config.h') diff --git a/src/frontend/qt_sdl/Config.h b/src/frontend/qt_sdl/Config.h index 1b89cab..42b0a6a 100644 --- a/src/frontend/qt_sdl/Config.h +++ b/src/frontend/qt_sdl/Config.h @@ -167,6 +167,7 @@ extern int MicInputType; extern std::string MicWavPath; extern std::string LastROMFolder; +extern std::string LastBIOSFolder; extern std::string RecentROMList[10]; -- cgit v1.2.3