mirror of https://github.com/mgba-emu/mgba.git
Qt: Add .srl as an extension for DS ROMs
This commit is contained in:
parent
7a03505b1a
commit
8b4df520e2
1
CHANGES
1
CHANGES
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue