Qt: Add .srl as an extension for DS ROMs

This commit is contained in:
Vicki Pfau 2017-04-12 12:37:57 -07:00
parent 7a03505b1a
commit 8b4df520e2
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ Misc:
- Qt: Add .nds files to the extension list in Info.plist
- ARM9: Implement STRD/LDRD
- DS: Attempt to detect if a game is homebrew
- Qt: Add .srl as an extension for DS ROMs
0.6.0: (Future)
Features:

View File

@ -384,6 +384,7 @@ QString Window::getFilters() const {
#ifdef M_CORE_DS
QStringList dsFormats{
"*.nds",
"*.srl",
#if defined(USE_LIBZIP) || defined(USE_ZLIB)
"*.zip",
#endif