mirror of https://github.com/mgba-emu/mgba.git
Qt: Add .nds files to the extension list in Info.plist
This commit is contained in:
parent
d76e26c39d
commit
1cab37cac2
1
CHANGES
1
CHANGES
|
@ -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:
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue