mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
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:
@ -86,6 +86,8 @@ extern char MicWavPath[1024];
|
||||
|
||||
extern char LastROMFolder[1024];
|
||||
|
||||
extern char RecentROMList[10][1024];
|
||||
|
||||
extern int EnableCheats;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user