all repos — mgba @ 1cab37cac222fb296ec743ceaaba7057a9cba99f

mGBA Game Boy Advance Emulator

Qt: Add .nds files to the extension list in Info.plist
Vicki Pfau vi@endrift.com
Tue, 11 Apr 2017 13:31:51 -0700
commit

1cab37cac222fb296ec743ceaaba7057a9cba99f

parent

d76e26c39dabbf7d91df6b8a9d390e7af633bb6a

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

jump to
M CHANGESCHANGES

@@ -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.inres/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>