all repos — mgba @ cb76e56a51bc558ce0b6c6a99a0f00febb906ebd

mGBA Game Boy Advance Emulator

Qt: Whitelist .agb as a GBA ROM filename extention
Jeffrey Pfau jeffrey@endrift.com
Sat, 19 Dec 2015 16:04:55 -0800
commit

cb76e56a51bc558ce0b6c6a99a0f00febb906ebd

parent

20df8f3326347bdbabd1a0c4d7ca650f1d26b1b6

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

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

@@ -258,6 +258,7 @@ #endif

#ifdef USE_LZMA "*.7z", #endif + "*.agb", "*.mb", "*.rom", "*.bin"};