Skip to content

Commit

Permalink
Remove .tar and .iso from supported format list (they will still work…
Browse files Browse the repository at this point in the history
… if there are game boy roms in them)
  • Loading branch information
libertyernie committed Oct 11, 2015
1 parent 0cf36a1 commit c4f4910
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions win32_ui/dialogs.h
Expand Up @@ -21,11 +21,10 @@
#ifdef TGBDUAL_USE_GOOMBASAV
#include "../goombasav/goombarom.h"
#include "../goombasav/goombasav.h"
static const char* FILE_FILTERS = "All formats (*.gb;*.sgb;*.gbc;*.gba;*.tar;*.iso;*.cab;*.zip;*.rar;*.lzh)\0*.gb;*.sgb;*.gbc;*.gba;*.tar;*.iso;*.cab;*.rar;*.zip;*.lzh\0"
static const char* FILE_FILTERS = "All formats (*.gb;*.sgb;*.gbc;*.gba;*.cab;*.zip;*.rar;*.lzh)\0*.gb;*.sgb;*.gbc;*.gba;*.cab;*.rar;*.zip;*.lzh\0"
"Game Boy ROMs (*.gb;*.sgb;*.gbc)\0*.gb;*.sgb;*.gbc\0"
"Files that may contain uncompressed ROMs (*.gba;*.tar;*.iso)\0*.gba;*.tar;*.iso\0"
"Goomba / Goomba Color ROMs (*.gba)\0*.gba\0"
"Archive files (external DLLs required) (*.cab;*.zip;*.rar;*.lzh)\0*.cab;*.zip;*.rar;*.lzh\0"
"Uncompressed, contiguous archives (*.tar;*.iso)\0*.tar;*.iso\0"
"All Files (*.*)\0*.*\0\0";
#else
static const char* FILE_FILTERS = "All formats (*.gb;*.sgb;*.gbc;*.cab;*.zip;*.rar;*.lzh)\0*.gb;*.sgb;*.gbc;*.cab;*.rar;*.zip;*.lzh\0"
Expand Down

0 comments on commit c4f4910

Please sign in to comment.