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
|
- Qt: Add .nds files to the extension list in Info.plist
|
||||||
- ARM9: Implement STRD/LDRD
|
- ARM9: Implement STRD/LDRD
|
||||||
- DS: Attempt to detect if a game is homebrew
|
- DS: Attempt to detect if a game is homebrew
|
||||||
|
- Qt: Add .srl as an extension for DS ROMs
|
||||||
|
|
||||||
0.6.0: (Future)
|
0.6.0: (Future)
|
||||||
Features:
|
Features:
|
||||||
|
|
|
@ -384,6 +384,7 @@ QString Window::getFilters() const {
|
||||||
#ifdef M_CORE_DS
|
#ifdef M_CORE_DS
|
||||||
QStringList dsFormats{
|
QStringList dsFormats{
|
||||||
"*.nds",
|
"*.nds",
|
||||||
|
"*.srl",
|
||||||
#if defined(USE_LIBZIP) || defined(USE_ZLIB)
|
#if defined(USE_LIBZIP) || defined(USE_ZLIB)
|
||||||
"*.zip",
|
"*.zip",
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue