Qt: Add .nds files to the extension list in Info.plist
Vicki Pfau vi@endrift.com
Tue, 11 Apr 2017 13:31:51 -0700
2 files changed,
11 insertions(+),
0 deletions(-)
M
CHANGES
→
CHANGES
@@ -12,6 +12,7 @@ - DS GX: Reset polygon attributes between buffer swaps
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:
M
res/info.plist.in
→
res/info.plist.in
@@ -55,6 +55,16 @@ <string>Game Boy ROM Image</string>
<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>