mirror of https://github.com/mgba-emu/mgba.git
Qt: Add .sgb to supported formats (fixes #1099)
This commit is contained in:
parent
9328dddb26
commit
371836b378
|
@ -270,6 +270,7 @@ QString Window::getFilters() const {
|
||||||
QStringList gbFormats{
|
QStringList gbFormats{
|
||||||
"*.gb",
|
"*.gb",
|
||||||
"*.gbc",
|
"*.gbc",
|
||||||
|
"*.sgb",
|
||||||
#if defined(USE_LIBZIP) || defined(USE_ZLIB)
|
#if defined(USE_LIBZIP) || defined(USE_ZLIB)
|
||||||
"*.zip",
|
"*.zip",
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue