aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/qt_sdl/Config.h
diff options
context:
space:
mode:
authorGloria <32610623+yeah-its-gloria@users.noreply.github.com>2023-03-20 16:56:14 +0100
committerGitHub <noreply@github.com>2023-03-20 16:56:14 +0100
commit19280cff2d3d618f032d0e6ef4b1d4414fa02f58 (patch)
treec7e28e82dbc7c884480c76fa5fe0f79f863f8c7a /src/frontend/qt_sdl/Config.h
parent4ba7a2c5e6f6209eb240d37a4b0c780f618f8836 (diff)
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>
Diffstat (limited to 'src/frontend/qt_sdl/Config.h')
-rw-r--r--src/frontend/qt_sdl/Config.h1
1 files changed, 1 insertions, 0 deletions
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];