all repos — mgba @ 371836b3782834b7d82a4293a8c5ffc450abbcba

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

371836b3782834b7d82a4293a8c5ffc450abbcba

parent

9328dddb26861c159f6af79dc45a24ee1caaf587

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

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

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

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