all repos — mgba @ 06d6586e6fde8c9346558bfd2dc4c915211bb6da

mGBA Game Boy Advance Emulator

Qt: Add .gb/.gbc files to the extension list in Info.plist
Vicki Pfau vi@endrift.com
Tue, 11 Apr 2017 13:30:42 -0700
commit

06d6586e6fde8c9346558bfd2dc4c915211bb6da

parent

f8eef19bd6b5357629e392955a149b7359a84c37

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

jump to
M CHANGESCHANGES

@@ -86,6 +86,7 @@ - FFmpeg: Return false if a file fails to open

- FFmpeg: Force MP4 files to YUV420P - Qt: Make "Mute" able to be bound to a key - Core: Restore sleep callback + - Qt: Add .gb/.gbc files to the extension list in Info.plist 0.5.2: (2016-12-31) Bugfixes:
M res/info.plist.inres/info.plist.in

@@ -44,6 +44,17 @@ <string>Game Boy Advance ROM Image</string>

<key>CFBundleTypeRole</key> <string>Viewer</string> </dict> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>gb</string> + <string>gbc</string> + </array> + <key>CFBundleTypeName</key> + <string>Game Boy ROM Image</string> + <key>CFBundleTypeRole</key> + <string>Viewer</string> + </dict> </array> </dict> </plist>