Qt: Add ELF loading if enabled
Vicki Pfau vi@endrift.com
Sun, 28 Jan 2018 14:11:48 -0800
1 files changed,
3 insertions(+),
0 deletions(-)
jump to
M
src/platform/qt/Window.cpp
→
src/platform/qt/Window.cpp
@@ -247,6 +247,9 @@ #endif
#ifdef USE_LZMA "*.7z", #endif +#ifdef USE_ELF + "*.elf", +#endif "*.agb", "*.mb", "*.rom",