diff --git a/CHANGES b/CHANGES index c6ca0b064..89577ea0a 100644 --- a/CHANGES +++ b/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: diff --git a/src/platform/qt/Window.cpp b/src/platform/qt/Window.cpp index 86b8d2c46..043400926 100644 --- a/src/platform/qt/Window.cpp +++ b/src/platform/qt/Window.cpp @@ -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