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>
This commit is contained in:
Gloria
2023-03-20 16:56:14 +01:00
committed by GitHub
parent 4ba7a2c5e6
commit 19280cff2d
3 changed files with 48 additions and 14 deletions

View File

@ -167,6 +167,7 @@ extern int MicInputType;
extern std::string MicWavPath;
extern std::string LastROMFolder;
extern std::string LastBIOSFolder;
extern std::string RecentROMList[10];