mirror of https://github.com/mgba-emu/mgba.git
Qt: Whitelist .agb as a GBA ROM filename extention
This commit is contained in:
parent
20df8f3326
commit
cb76e56a51
|
@ -258,6 +258,7 @@ void Window::selectROM() {
|
|||
#ifdef USE_LZMA
|
||||
"*.7z",
|
||||
#endif
|
||||
"*.agb",
|
||||
"*.mb",
|
||||
"*.rom",
|
||||
"*.bin"};
|
||||
|
|
Loading…
Reference in New Issue