Qt: Whitelist .agb as a GBA ROM filename extention
Jeffrey Pfau jeffrey@endrift.com
Sat, 19 Dec 2015 16:04:55 -0800
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/platform/qt/Window.cpp
→
src/platform/qt/Window.cpp
@@ -258,6 +258,7 @@ #endif
#ifdef USE_LZMA "*.7z", #endif + "*.agb", "*.mb", "*.rom", "*.bin"};