Permalink
Browse files
Qt: Add ELF loading if enabled
- Loading branch information...
Showing
with
3 additions
and
0 deletions.
-
+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