Qt: Add .nds files to the extension list in Info.plist

This commit is contained in:
Vicki Pfau 2017-04-11 13:31:51 -07:00
parent d76e26c39d
commit 1cab37cac2
2 changed files with 11 additions and 0 deletions

View File

@ -12,6 +12,7 @@ Bugfixes:
Misc:
- DS: Set boot complete bit in RAM on boot (fixes mgba.io/i/576, mgba.io/i/580, mgba.io/i/586)
- DS Memory: Ensure DS9 I/O is 8-byte aligned
- Qt: Add .nds files to the extension list in Info.plist
0.6.0: (Future)
Features:

View File

@ -55,6 +55,16 @@
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>nds</string>
</array>
<key>CFBundleTypeName</key>
<string>DS ROM Image</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
</array>
</dict>
</plist>