mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Allow opening a file and starting Dolphin on OS X by clicking
a document icon. Don't bother creating the game list until after an automatic start has finished and with the -b option, not at all. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6884 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -108,6 +108,12 @@ elif sys.platform == 'darwin':
|
||||
CFBundleVersion = '3.0',
|
||||
LSMinimumSystemVersion = '10.5.4',
|
||||
LSRequiresCarbon = True,
|
||||
CFBundleDocumentTypes = [
|
||||
dict(CFBundleTypeExtensions =
|
||||
('ciso', 'dol', 'elf', 'gcm', 'gcz', 'iso', 'wad'),
|
||||
CFBundleTypeIconFile = 'Dolphin.icns',
|
||||
CFBundleTypeName = 'Nintendo GC/Wii file',
|
||||
CFBundleTypeRole = 'Viewer')]
|
||||
)))
|
||||
|
||||
env.Command('dummy', '#' + env['prefix'],
|
||||
|
Reference in New Issue
Block a user