Qt: Add ELF loading if enabled

This commit is contained in:
Vicki Pfau 2018-01-28 14:11:48 -08:00
parent 932b8117a4
commit 72e5aa0782
1 changed files with 3 additions and 0 deletions

View File

@ -246,6 +246,9 @@ QString Window::getFilters() const {
#endif
#ifdef USE_LZMA
"*.7z",
#endif
#ifdef USE_ELF
"*.elf",
#endif
"*.agb",
"*.mb",