From 567e473f7c7914f444e9df194bb469d3aef3e04a Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Sat, 2 Jun 2018 10:08:11 -0700 Subject: [PATCH] Qt: Add .sgb to supported formats (fixes #1099) --- src/platform/qt/Window.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/platform/qt/Window.cpp b/src/platform/qt/Window.cpp index 8e340af4c..2e2e5d3f8 100644 --- a/src/platform/qt/Window.cpp +++ b/src/platform/qt/Window.cpp @@ -338,6 +338,7 @@ QString Window::getFilters() const { QStringList gbFormats{ "*.gb", "*.gbc", + "*.sgb", #if defined(USE_LIBZIP) || defined(USE_ZLIB) "*.zip", #endif