all repos — mgba @ 72e5aa078281a797854e4bd4620489e956fce866

mGBA Game Boy Advance Emulator

Qt: Add ELF loading if enabled
Vicki Pfau vi@endrift.com
Sun, 28 Jan 2018 14:11:48 -0800
commit

72e5aa078281a797854e4bd4620489e956fce866

parent

932b8117a4d83632534536a8b87b8dafcafefbe0

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M src/platform/qt/Window.cppsrc/platform/qt/Window.cpp

@@ -247,6 +247,9 @@ #endif

#ifdef USE_LZMA "*.7z", #endif +#ifdef USE_ELF + "*.elf", +#endif "*.agb", "*.mb", "*.rom",