mirror of
https://github.com/libretro/mgba.git
synced 2024-11-24 08:30:30 +00:00
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
Block a user