file types and sorting

coming soon: colors and icons
This commit is contained in:
tildearrow 2025-09-26 05:14:29 -05:00
parent ebecfb1992
commit 19b3cdefd1
3 changed files with 149 additions and 23 deletions

View file

@ -7770,7 +7770,7 @@ bool FurnaceGUI::init() {
newFilePicker=new FurnaceFilePicker;
newFilePicker->setHomeDir(getHomeDir());
newFilePicker->open("New File Picker","/home",false);
newFilePicker->open("New File Picker","/home",false,{});
updateWindowTitle();
updateROMExportAvail();