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
|
||||
#ifdef USE_LZMA
|
||||
"*.7z",
|
||||
#endif
|
||||
#ifdef USE_ELF
|
||||
"*.elf",
|
||||
#endif
|
||||
"*.agb",
|
||||
"*.mb",
|
||||
|
|
Loading…
Reference in New Issue