Qt: Add .sgb to supported formats (fixes #1099)

This commit is contained in:
Vicki Pfau 2018-06-02 10:08:11 -07:00
parent 9328dddb26
commit 371836b378
1 changed files with 1 additions and 0 deletions

View File

@ -270,6 +270,7 @@ QString Window::getFilters() const {
QStringList gbFormats{ QStringList gbFormats{
"*.gb", "*.gb",
"*.gbc", "*.gbc",
"*.sgb",
#if defined(USE_LIBZIP) || defined(USE_ZLIB) #if defined(USE_LIBZIP) || defined(USE_ZLIB)
"*.zip", "*.zip",
#endif #endif