Permalink
Browse files

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

  • Loading branch information...
endrift committed Jun 2, 2018
1 parent 9328ddd commit 371836b3782834b7d82a4293a8c5ffc450abbcba
Showing with 1 addition and 0 deletions.
  1. +1 −0 src/platform/qt/Window.cpp
@@ -270,6 +270,7 @@ QString Window::getFilters() const {
QStringList gbFormats{
"*.gb",
"*.gbc",
+ "*.sgb",
#if defined(USE_LIBZIP) || defined(USE_ZLIB)
"*.zip",
#endif

0 comments on commit 371836b

Please sign in to comment.