all repos — mgba @ 8b4df520e239a3ee674bc0c82bf730fb7736f368

mGBA Game Boy Advance Emulator

Qt: Add .srl as an extension for DS ROMs
Vicki Pfau vi@endrift.com
Wed, 12 Apr 2017 12:37:57 -0700
commit

8b4df520e239a3ee674bc0c82bf730fb7736f368

parent

7a03505b1a5be9e0f25392f1c5ae06517ac61c7f

2 files changed, 2 insertions(+), 0 deletions(-)

jump to
M CHANGESCHANGES

@@ -20,6 +20,7 @@ - ARM9: Implement SMLAW<y> and SMULW<y>

- 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:
M src/platform/qt/Window.cppsrc/platform/qt/Window.cpp

@@ -384,6 +384,7 @@

#ifdef M_CORE_DS QStringList dsFormats{ "*.nds", + "*.srl", #if defined(USE_LIBZIP) || defined(USE_ZLIB) "*.zip", #endif