diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-05-26 02:43:25 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-05-26 02:43:25 +0000 |
| commit | 2695f8dde55ee10f68f6ccc9e09f12e3901833c5 (patch) | |
| tree | e337cf695e941f9d3cf5f8694ead9ba764334d76 /macosx/PcsxrDiscHandler.m | |
| parent | a9356b36c83aa562e366a8e7d8957df3228e5268 (diff) | |
| download | pcsxr-2695f8dde55ee10f68f6ccc9e09f12e3901833c5.tar.gz | |
OS X:
include disc image files that use the .bin extension.
It’s a hack that I really don’t like, but the issue has been plaguing the OS X port since using UTIs.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90513 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrDiscHandler.m')
| -rwxr-xr-x | macosx/PcsxrDiscHandler.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/PcsxrDiscHandler.m b/macosx/PcsxrDiscHandler.m index 0394359c..996fdab3 100755 --- a/macosx/PcsxrDiscHandler.m +++ b/macosx/PcsxrDiscHandler.m @@ -37,7 +37,8 @@ if (utisupport == nil) { utisupport = @[@"com.alcohol-soft.mdfdisc", @"com.goldenhawk.cdrwin-cuesheet", @"com.apple.disk-image-ndif", @"public.iso-image", @"com.sony.psp.firmware", - @"com.codeplex.pcsxr.compressed-bin-image", @"com.coppertino.vox.cue"]; + @"com.codeplex.pcsxr.compressed-bin-image", @"com.coppertino.vox.cue", + @"com.apple.macbinary-archive"]; } return utisupport; } |
