mirror of https://github.com/mgba-emu/mgba.git
Qt: Add ELF loading if enabled
This commit is contained in:
parent
932b8117a4
commit
72e5aa0782
|
@ -246,6 +246,9 @@ QString Window::getFilters() const {
|
||||||
#endif
|
#endif
|
||||||
#ifdef USE_LZMA
|
#ifdef USE_LZMA
|
||||||
"*.7z",
|
"*.7z",
|
||||||
|
#endif
|
||||||
|
#ifdef USE_ELF
|
||||||
|
"*.elf",
|
||||||
#endif
|
#endif
|
||||||
"*.agb",
|
"*.agb",
|
||||||
"*.mb",
|
"*.mb",
|
||||||
|
|
Loading…
Reference in New Issue