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{
|
||||
"*.gb",
|
||||
"*.gbc",
|
||||
"*.sgb",
|
||||
#if defined(USE_LIBZIP) || defined(USE_ZLIB)
|
||||
"*.zip",
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue