From 72e5aa078281a797854e4bd4620489e956fce866 Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Sun, 28 Jan 2018 14:11:48 -0800 Subject: [PATCH] Qt: Add ELF loading if enabled --- src/platform/qt/Window.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/platform/qt/Window.cpp b/src/platform/qt/Window.cpp index c6aab3531..5bcc5da8d 100644 --- a/src/platform/qt/Window.cpp +++ b/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",