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