Permalink
Browse files
Qt: Add .sgb to supported formats (fixes #1099)
- Loading branch information...
Showing
with
1 addition
and
0 deletions.
-
+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