Permalink
Browse files

Qt: Add ELF loading if enabled

  • Loading branch information...
endrift committed Jan 28, 2018
1 parent 932b811 commit 72e5aa078281a797854e4bd4620489e956fce866
Showing with 3 additions and 0 deletions.
  1. +3 −0 src/platform/qt/Window.cpp
@@ -246,6 +246,9 @@ QString Window::getFilters() const {
#endif
#ifdef USE_LZMA
"*.7z",
+#endif
+#ifdef USE_ELF
+ "*.elf",
#endif
"*.agb",
"*.mb",

0 comments on commit 72e5aa0

Please sign in to comment.