Add option to open recent files

* Remember last 10 roms in config
* Clear button for clearing list

Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com>
This commit is contained in:
Madhav Kanbur
2020-12-30 18:52:16 +05:30
parent d2c04c5c51
commit 6adf1731c1
4 changed files with 88 additions and 13 deletions

View File

@ -86,6 +86,8 @@ extern char MicWavPath[1024];
extern char LastROMFolder[1024];
extern char RecentROMList[10][1024];
extern int EnableCheats;
}