mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-22 12:35:11 +00:00
prepare
demo song by Abstract and Natt
This commit is contained in:
parent
ba3a7467c4
commit
cb34296de7
3 changed files with 2 additions and 1 deletions
|
@ -80,6 +80,7 @@ for other operating systems, you may [build the source](#developer-info).
|
|||
- TED used in Commodore Plus/4
|
||||
- Casio PV-1000
|
||||
- TIA used in Atari 2600
|
||||
- including software tuning engine (TIunA)
|
||||
- POKEY used in Atari 8-bit computers
|
||||
- **Game Boy**
|
||||
- including SOFTWARE ENVELOPES (zombie mode)
|
||||
|
|
BIN
demos/a2600/twin.fur
Normal file
BIN
demos/a2600/twin.fur
Normal file
Binary file not shown.
|
@ -1669,7 +1669,7 @@ void FurnaceGUI::openFileDialog(FurnaceGUIFileDialogs type) {
|
|||
if (!dirExists(workingDirSong)) workingDirSong=getHomeDir();
|
||||
hasOpened=fileDialog->openLoad(
|
||||
_("Open File"),
|
||||
{_("compatible files"), "*.fur *.dmf *.mod *.s3m *.xm *.it *.fc13 *.fc14 *.smod *.fc *.ftm *.0cc *.dnm *.eft *.fub *.tfe",
|
||||
{_("compatible files"), "*.fur *.dmf *.mod *.s3m *.fc13 *.fc14 *.smod *.fc *.ftm *.0cc *.dnm *.eft *.fub *.tfe",
|
||||
_("all files"), "*"},
|
||||
workingDirSong,
|
||||
dpiScale
|
||||
|
|
Loading…
Reference in a new issue