all repos — mgba @ 567e473f7c7914f444e9df194bb469d3aef3e04a

mGBA Game Boy Advance Emulator

Qt: Add .sgb to supported formats (fixes #1099)
Vicki Pfau vi@endrift.com
Sat, 02 Jun 2018 10:08:11 -0700
commit

567e473f7c7914f444e9df194bb469d3aef3e04a

parent

4c6978587b02acb181ddde57d36403809a310964

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/platform/qt/Window.cppsrc/platform/qt/Window.cpp

@@ -338,6 +338,7 @@ #ifdef M_CORE_GB

QStringList gbFormats{ "*.gb", "*.gbc", + "*.sgb", #if defined(USE_LIBZIP) || defined(USE_ZLIB) "*.zip", #endif