add flags
as of now the new file picker is hidden in the debug menu. if you want to test it out, go there. coming soon is Windows testing
This commit is contained in:
parent
3f19be9b8d
commit
4ec66a4684
4 changed files with 136 additions and 29 deletions
|
|
@ -7853,12 +7853,6 @@ bool FurnaceGUI::init() {
|
|||
|
||||
newFilePicker=new FurnaceFilePicker;
|
||||
newFilePicker->setHomeDir(getHomeDir());
|
||||
newFilePicker->open("New File Picker","/home",false,
|
||||
{_("songs"), "*.fur *.dmf *.mod *.s3m *.xm *.it *.fc13 *.fc14 *.smod *.fc *.ftm *.0cc *.dnm *.eft *.fub *.tfe",
|
||||
_("instruments"), "*.fui *.dmp *.tfi *.vgi *.s3i *.sbi *.opli *.opni *.y12 *.bnk *.ff *.gyb *.opm *.wopl *.wopn",
|
||||
_("audio"), "*.wav",
|
||||
_("all files"), "*"}
|
||||
);
|
||||
|
||||
updateWindowTitle();
|
||||
updateROMExportAvail();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue