diff --git a/shell/apple/emulator-ios/reicast-ios.xcodeproj/project.pbxproj b/shell/apple/emulator-ios/reicast-ios.xcodeproj/project.pbxproj index 4a1846a95..f95058d05 100644 --- a/shell/apple/emulator-ios/reicast-ios.xcodeproj/project.pbxproj +++ b/shell/apple/emulator-ios/reicast-ios.xcodeproj/project.pbxproj @@ -7,6 +7,24 @@ objects = { /* Begin PBXBuildFile section */ + 84967C8F1B8F492C005F1140 /* arm_init.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967C741B8F492C005F1140 /* arm_init.c */; }; + 84967C901B8F492C005F1140 /* filter_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 84967C751B8F492C005F1140 /* filter_neon.S */; }; + 84967C911B8F492C005F1140 /* filter_neon_intrinsics.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967C761B8F492C005F1140 /* filter_neon_intrinsics.c */; }; + 84967C921B8F492C005F1140 /* png.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967C791B8F492C005F1140 /* png.c */; }; + 84967C931B8F492C005F1140 /* pngerror.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967C7D1B8F492C005F1140 /* pngerror.c */; }; + 84967C941B8F492C005F1140 /* pngget.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967C7E1B8F492C005F1140 /* pngget.c */; }; + 84967C951B8F492C005F1140 /* pngmem.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967C811B8F492C005F1140 /* pngmem.c */; }; + 84967C961B8F492C005F1140 /* pngpread.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967C821B8F492C005F1140 /* pngpread.c */; }; + 84967C971B8F492C005F1140 /* pngread.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967C841B8F492C005F1140 /* pngread.c */; }; + 84967C981B8F492C005F1140 /* pngrio.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967C851B8F492C005F1140 /* pngrio.c */; }; + 84967C991B8F492C005F1140 /* pngrtran.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967C861B8F492C005F1140 /* pngrtran.c */; }; + 84967C9A1B8F492C005F1140 /* pngrutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967C871B8F492C005F1140 /* pngrutil.c */; }; + 84967C9B1B8F492C005F1140 /* pngset.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967C881B8F492C005F1140 /* pngset.c */; }; + 84967C9C1B8F492C005F1140 /* pngtrans.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967C8A1B8F492C005F1140 /* pngtrans.c */; }; + 84967C9D1B8F492C005F1140 /* pngwio.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967C8B1B8F492C005F1140 /* pngwio.c */; }; + 84967C9E1B8F492C005F1140 /* pngwrite.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967C8C1B8F492C005F1140 /* pngwrite.c */; }; + 84967C9F1B8F492C005F1140 /* pngwtran.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967C8D1B8F492C005F1140 /* pngwtran.c */; }; + 84967CA01B8F492C005F1140 /* pngwutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967C8E1B8F492C005F1140 /* pngwutil.c */; }; 8497BCBF1A41A0E900EFB9ED /* common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8497BCBC1A41A0E900EFB9ED /* common.cpp */; }; 8497BCC01A41A0E900EFB9ED /* nixprof.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8497BCBD1A41A0E900EFB9ED /* nixprof.cpp */; }; 8497BCCF1A41BFD800EFB9ED /* coreio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8497BCCD1A41BFD800EFB9ED /* coreio.cpp */; }; @@ -84,21 +102,6 @@ 9C7A3AA918C806E00070BB5F /* elf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9C7A396418C806DE0070BB5F /* elf.cpp */; }; 9C7A3AAA18C806E00070BB5F /* elf32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9C7A396618C806DE0070BB5F /* elf32.cpp */; }; 9C7A3AAB18C806E00070BB5F /* elf64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9C7A396818C806DE0070BB5F /* elf64.cpp */; }; - 9C7A3AAC18C806E00070BB5F /* png.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C7A396C18C806DE0070BB5F /* png.c */; }; - 9C7A3AAD18C806E00070BB5F /* pngerror.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C7A396F18C806DF0070BB5F /* pngerror.c */; }; - 9C7A3AAE18C806E00070BB5F /* pngget.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C7A397018C806DF0070BB5F /* pngget.c */; }; - 9C7A3AAF18C806E00070BB5F /* pngmem.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C7A397118C806DF0070BB5F /* pngmem.c */; }; - 9C7A3AB018C806E00070BB5F /* pngpread.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C7A397218C806DF0070BB5F /* pngpread.c */; }; - 9C7A3AB118C806E00070BB5F /* pngread.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C7A397418C806DF0070BB5F /* pngread.c */; }; - 9C7A3AB218C806E00070BB5F /* pngrio.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C7A397518C806DF0070BB5F /* pngrio.c */; }; - 9C7A3AB318C806E00070BB5F /* pngrtran.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C7A397618C806DF0070BB5F /* pngrtran.c */; }; - 9C7A3AB418C806E00070BB5F /* pngrutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C7A397718C806DF0070BB5F /* pngrutil.c */; }; - 9C7A3AB518C806E00070BB5F /* pngset.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C7A397818C806DF0070BB5F /* pngset.c */; }; - 9C7A3AB618C806E00070BB5F /* pngtrans.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C7A397918C806DF0070BB5F /* pngtrans.c */; }; - 9C7A3AB718C806E00070BB5F /* pngwio.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C7A397A18C806DF0070BB5F /* pngwio.c */; }; - 9C7A3AB818C806E00070BB5F /* pngwrite.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C7A397B18C806DF0070BB5F /* pngwrite.c */; }; - 9C7A3AB918C806E00070BB5F /* pngwtran.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C7A397C18C806DF0070BB5F /* pngwtran.c */; }; - 9C7A3ABA18C806E00070BB5F /* pngwutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C7A397D18C806DF0070BB5F /* pngwutil.c */; }; 9C7A3ABB18C806E00070BB5F /* mkstemp.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C7A398018C806DF0070BB5F /* mkstemp.c */; }; 9C7A3ABC18C806E00070BB5F /* zip_add.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C7A398218C806DF0070BB5F /* zip_add.c */; }; 9C7A3ABD18C806E00070BB5F /* zip_add_dir.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C7A398318C806DF0070BB5F /* zip_add_dir.c */; }; @@ -237,6 +240,33 @@ /* End PBXBuildFile section */ /* Begin PBXFileReference section */ + 84967C741B8F492C005F1140 /* arm_init.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = arm_init.c; sourceTree = ""; }; + 84967C751B8F492C005F1140 /* filter_neon.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = filter_neon.S; sourceTree = ""; }; + 84967C761B8F492C005F1140 /* filter_neon_intrinsics.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = filter_neon_intrinsics.c; sourceTree = ""; }; + 84967C771B8F492C005F1140 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = ""; }; + 84967C781B8F492C005F1140 /* fp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fp.h; sourceTree = ""; }; + 84967C791B8F492C005F1140 /* png.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = png.c; sourceTree = ""; }; + 84967C7A1B8F492C005F1140 /* png.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = png.h; sourceTree = ""; }; + 84967C7B1B8F492C005F1140 /* pngconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pngconf.h; sourceTree = ""; }; + 84967C7C1B8F492C005F1140 /* pngdebug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pngdebug.h; sourceTree = ""; }; + 84967C7D1B8F492C005F1140 /* pngerror.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngerror.c; sourceTree = ""; }; + 84967C7E1B8F492C005F1140 /* pngget.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngget.c; sourceTree = ""; }; + 84967C7F1B8F492C005F1140 /* pnginfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pnginfo.h; sourceTree = ""; }; + 84967C801B8F492C005F1140 /* pnglibconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pnglibconf.h; sourceTree = ""; }; + 84967C811B8F492C005F1140 /* pngmem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngmem.c; sourceTree = ""; }; + 84967C821B8F492C005F1140 /* pngpread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngpread.c; sourceTree = ""; }; + 84967C831B8F492C005F1140 /* pngpriv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pngpriv.h; sourceTree = ""; }; + 84967C841B8F492C005F1140 /* pngread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngread.c; sourceTree = ""; }; + 84967C851B8F492C005F1140 /* pngrio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngrio.c; sourceTree = ""; }; + 84967C861B8F492C005F1140 /* pngrtran.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngrtran.c; sourceTree = ""; }; + 84967C871B8F492C005F1140 /* pngrutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngrutil.c; sourceTree = ""; }; + 84967C881B8F492C005F1140 /* pngset.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngset.c; sourceTree = ""; }; + 84967C891B8F492C005F1140 /* pngstruct.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pngstruct.h; sourceTree = ""; }; + 84967C8A1B8F492C005F1140 /* pngtrans.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngtrans.c; sourceTree = ""; }; + 84967C8B1B8F492C005F1140 /* pngwio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwio.c; sourceTree = ""; }; + 84967C8C1B8F492C005F1140 /* pngwrite.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwrite.c; sourceTree = ""; }; + 84967C8D1B8F492C005F1140 /* pngwtran.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwtran.c; sourceTree = ""; }; + 84967C8E1B8F492C005F1140 /* pngwutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwutil.c; sourceTree = ""; }; 8497BCBC1A41A0E900EFB9ED /* common.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = common.cpp; sourceTree = ""; }; 8497BCBD1A41A0E900EFB9ED /* nixprof.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = nixprof.cpp; path = nixprof/nixprof.cpp; sourceTree = ""; }; 8497BCBE1A41A0E900EFB9ED /* typedefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = typedefs.h; sourceTree = ""; }; @@ -286,7 +316,6 @@ 877652C11B6157BD00437F10 /* oslib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = oslib.h; sourceTree = ""; }; 877652C71B6157FC00437F10 /* ngen_arm.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = ngen_arm.S; sourceTree = ""; }; 877652C81B6157FC00437F10 /* rec_arm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = rec_arm.cpp; sourceTree = ""; }; - 877652CC1B615AE800437F10 /* fp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = fp.h; sourceTree = ""; }; 87C208C51B7A4BFA00638BDD /* AboutViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AboutViewController.h; path = emulator/AboutViewController.h; sourceTree = ""; }; 87C208C61B7A4BFA00638BDD /* AboutViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AboutViewController.m; path = emulator/AboutViewController.m; sourceTree = ""; }; 87C208C71B7A4BFA00638BDD /* BrowserTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BrowserTableViewController.h; path = emulator/BrowserTableViewController.h; sourceTree = ""; }; @@ -378,25 +407,6 @@ 9C7A396718C806DE0070BB5F /* elf32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = elf32.h; sourceTree = ""; }; 9C7A396818C806DE0070BB5F /* elf64.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = elf64.cpp; sourceTree = ""; }; 9C7A396918C806DE0070BB5F /* elf64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = elf64.h; sourceTree = ""; }; - 9C7A396B18C806DE0070BB5F /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = ""; }; - 9C7A396C18C806DE0070BB5F /* png.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = png.c; sourceTree = ""; }; - 9C7A396D18C806DE0070BB5F /* png.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = png.h; sourceTree = ""; }; - 9C7A396E18C806DF0070BB5F /* pngconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pngconf.h; sourceTree = ""; }; - 9C7A396F18C806DF0070BB5F /* pngerror.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngerror.c; sourceTree = ""; }; - 9C7A397018C806DF0070BB5F /* pngget.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngget.c; sourceTree = ""; }; - 9C7A397118C806DF0070BB5F /* pngmem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngmem.c; sourceTree = ""; }; - 9C7A397218C806DF0070BB5F /* pngpread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngpread.c; sourceTree = ""; }; - 9C7A397318C806DF0070BB5F /* pngpriv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pngpriv.h; sourceTree = ""; }; - 9C7A397418C806DF0070BB5F /* pngread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngread.c; sourceTree = ""; }; - 9C7A397518C806DF0070BB5F /* pngrio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngrio.c; sourceTree = ""; }; - 9C7A397618C806DF0070BB5F /* pngrtran.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngrtran.c; sourceTree = ""; }; - 9C7A397718C806DF0070BB5F /* pngrutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngrutil.c; sourceTree = ""; }; - 9C7A397818C806DF0070BB5F /* pngset.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngset.c; sourceTree = ""; }; - 9C7A397918C806DF0070BB5F /* pngtrans.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngtrans.c; sourceTree = ""; }; - 9C7A397A18C806DF0070BB5F /* pngwio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwio.c; sourceTree = ""; }; - 9C7A397B18C806DF0070BB5F /* pngwrite.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwrite.c; sourceTree = ""; }; - 9C7A397C18C806DF0070BB5F /* pngwtran.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwtran.c; sourceTree = ""; }; - 9C7A397D18C806DF0070BB5F /* pngwutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwutil.c; sourceTree = ""; }; 9C7A397F18C806DF0070BB5F /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = ""; }; 9C7A398018C806DF0070BB5F /* mkstemp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mkstemp.c; sourceTree = ""; }; 9C7A398118C806DF0070BB5F /* zip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zip.h; sourceTree = ""; }; @@ -646,6 +656,16 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 84967C731B8F492C005F1140 /* arm */ = { + isa = PBXGroup; + children = ( + 84967C741B8F492C005F1140 /* arm_init.c */, + 84967C751B8F492C005F1140 /* filter_neon.S */, + 84967C761B8F492C005F1140 /* filter_neon_intrinsics.c */, + ); + path = arm; + sourceTree = ""; + }; 8497BCBB1A41A0E900EFB9ED /* linux */ = { isa = PBXGroup; children = ( @@ -985,26 +1005,31 @@ 9C7A396A18C806DE0070BB5F /* libpng */ = { isa = PBXGroup; children = ( - 877652CC1B615AE800437F10 /* fp.h */, - 9C7A396B18C806DE0070BB5F /* config.h */, - 9C7A396C18C806DE0070BB5F /* png.c */, - 9C7A396D18C806DE0070BB5F /* png.h */, - 9C7A396E18C806DF0070BB5F /* pngconf.h */, - 9C7A396F18C806DF0070BB5F /* pngerror.c */, - 9C7A397018C806DF0070BB5F /* pngget.c */, - 9C7A397118C806DF0070BB5F /* pngmem.c */, - 9C7A397218C806DF0070BB5F /* pngpread.c */, - 9C7A397318C806DF0070BB5F /* pngpriv.h */, - 9C7A397418C806DF0070BB5F /* pngread.c */, - 9C7A397518C806DF0070BB5F /* pngrio.c */, - 9C7A397618C806DF0070BB5F /* pngrtran.c */, - 9C7A397718C806DF0070BB5F /* pngrutil.c */, - 9C7A397818C806DF0070BB5F /* pngset.c */, - 9C7A397918C806DF0070BB5F /* pngtrans.c */, - 9C7A397A18C806DF0070BB5F /* pngwio.c */, - 9C7A397B18C806DF0070BB5F /* pngwrite.c */, - 9C7A397C18C806DF0070BB5F /* pngwtran.c */, - 9C7A397D18C806DF0070BB5F /* pngwutil.c */, + 84967C731B8F492C005F1140 /* arm */, + 84967C771B8F492C005F1140 /* config.h */, + 84967C781B8F492C005F1140 /* fp.h */, + 84967C791B8F492C005F1140 /* png.c */, + 84967C7A1B8F492C005F1140 /* png.h */, + 84967C7B1B8F492C005F1140 /* pngconf.h */, + 84967C7C1B8F492C005F1140 /* pngdebug.h */, + 84967C7D1B8F492C005F1140 /* pngerror.c */, + 84967C7E1B8F492C005F1140 /* pngget.c */, + 84967C7F1B8F492C005F1140 /* pnginfo.h */, + 84967C801B8F492C005F1140 /* pnglibconf.h */, + 84967C811B8F492C005F1140 /* pngmem.c */, + 84967C821B8F492C005F1140 /* pngpread.c */, + 84967C831B8F492C005F1140 /* pngpriv.h */, + 84967C841B8F492C005F1140 /* pngread.c */, + 84967C851B8F492C005F1140 /* pngrio.c */, + 84967C861B8F492C005F1140 /* pngrtran.c */, + 84967C871B8F492C005F1140 /* pngrutil.c */, + 84967C881B8F492C005F1140 /* pngset.c */, + 84967C891B8F492C005F1140 /* pngstruct.h */, + 84967C8A1B8F492C005F1140 /* pngtrans.c */, + 84967C8B1B8F492C005F1140 /* pngwio.c */, + 84967C8C1B8F492C005F1140 /* pngwrite.c */, + 84967C8D1B8F492C005F1140 /* pngwtran.c */, + 84967C8E1B8F492C005F1140 /* pngwutil.c */, ); path = libpng; sourceTree = ""; @@ -1544,6 +1569,7 @@ 9C7A3B0D18C806E00070BB5F /* sb_dma.cpp in Sources */, 87C208D81B7A4BFA00638BDD /* BrowserTableViewController.m in Sources */, 9C7A3ADC18C806E00070BB5F /* zip_open.c in Sources */, + 84967C9F1B8F492C005F1140 /* pngwtran.c in Sources */, 9C7A3AF218C806E00070BB5F /* compress.c in Sources */, 9C7A3B2718C806E00070BB5F /* dmac.cpp in Sources */, 9C7A3B3118C806E00070BB5F /* sh4_mmr.cpp in Sources */, @@ -1571,20 +1597,19 @@ 9C7A3B3318C806E00070BB5F /* sh4_rom.cpp in Sources */, 877652C91B6157FC00437F10 /* ngen_arm.S in Sources */, 9C7A3B1918C806E00070BB5F /* spg.cpp in Sources */, - 9C7A3AB518C806E00070BB5F /* pngset.c in Sources */, 9C7A3AE318C806E00070BB5F /* zip_source_buffer.c in Sources */, 9C7A3B2318C806E00070BB5F /* sh4_opcodes.cpp in Sources */, + 84967C951B8F492C005F1140 /* pngmem.c in Sources */, 9C7A3ADA18C806E00070BB5F /* zip_name_locate.c in Sources */, 9C7A3B1B18C806E00070BB5F /* ta_ctx.cpp in Sources */, 9C7A3AE018C806E00070BB5F /* zip_set_archive_flag.c in Sources */, 9C7A3B3518C806E00070BB5F /* cdi.cpp in Sources */, + 84967C9C1B8F492C005F1140 /* pngtrans.c in Sources */, 9C7A3AE818C806E00070BB5F /* zip_source_zip.c in Sources */, 9C7A3B3718C806E00070BB5F /* common.cpp in Sources */, 9C7A3B3018C806E00070BB5F /* sh4_mem.cpp in Sources */, - 9C7A3AAD18C806E00070BB5F /* pngerror.c in Sources */, 9C7A3B2418C806E00070BB5F /* bsc.cpp in Sources */, 9C7A3AD318C806E00070BB5F /* zip_free.c in Sources */, - 9C7A3AB918C806E00070BB5F /* pngwtran.c in Sources */, 9C7A3B4918C806E00070BB5F /* gles.cpp in Sources */, 9C7A3ADD18C806E00070BB5F /* zip_rename.c in Sources */, 9C7A3ADB18C806E00070BB5F /* zip_new.c in Sources */, @@ -1593,19 +1618,16 @@ 877652C51B6157BD00437F10 /* audiobackend_pulseaudio.cpp in Sources */, 9C7A3ABD18C806E00070BB5F /* zip_add_dir.c in Sources */, 87D92F541B7A1BB100D8FD9E /* iCadeReaderView.m in Sources */, + 84967C941B8F492C005F1140 /* pngget.c in Sources */, 9C7A3B1418C806E00070BB5F /* drkPvr.cpp in Sources */, - 9C7A3AB318C806E00070BB5F /* pngrtran.c in Sources */, 9C7A3AEC18C806E00070BB5F /* zip_strerror.c in Sources */, 849C0D6F1B072D14008BAAA4 /* reios_elf.cpp in Sources */, - 9C7A3AB718C806E00070BB5F /* pngwio.c in Sources */, 9C7A3B2D18C806E00070BB5F /* ubc.cpp in Sources */, 9C7A3B2618C806E00070BB5F /* cpg.cpp in Sources */, 9C7A3B1A18C806E00070BB5F /* ta.cpp in Sources */, 9C7A3AC218C806E00070BB5F /* zip_entry_new.c in Sources */, - 9C7A3AB418C806E00070BB5F /* pngrutil.c in Sources */, 87C208D91B7A4BFA00638BDD /* CloudVMUViewController.m in Sources */, 9C7A3AC618C806E00070BB5F /* zip_error_get.c in Sources */, - 9C7A3AB618C806E00070BB5F /* pngtrans.c in Sources */, 9C7A3AA218C806E00070BB5F /* cfg.cpp in Sources */, 9C7A3AD518C806E00070BB5F /* zip_get_archive_flag.c in Sources */, 9C7A3AA818C806E00070BB5F /* sha1.cpp in Sources */, @@ -1615,10 +1637,11 @@ 9C7A3AF318C806E00070BB5F /* crc32.c in Sources */, 8497BCC01A41A0E900EFB9ED /* nixprof.cpp in Sources */, 9C7A3AE118C806E00070BB5F /* zip_set_file_comment.c in Sources */, - 9C7A3AB118C806E00070BB5F /* pngread.c in Sources */, - 9C7A3AAC18C806E00070BB5F /* png.c in Sources */, + 84967C9A1B8F492C005F1140 /* pngrutil.c in Sources */, 9C7A3AC718C806E00070BB5F /* zip_error_get_sys_type.c in Sources */, + 84967C901B8F492C005F1140 /* filter_neon.S in Sources */, 876AA3771B818A4000617242 /* ini.cpp in Sources */, + 84967C9B1B8F492C005F1140 /* pngset.c in Sources */, 9C7A3B3618C806E00070BB5F /* chd.cpp in Sources */, 9C7A3B2118C806E00070BB5F /* sh4_fpu.cpp in Sources */, 9C7A3B3218C806E00070BB5F /* sh4_opcode_list.cpp in Sources */, @@ -1632,6 +1655,7 @@ 877652CA1B6157FC00437F10 /* rec_arm.cpp in Sources */, 9C7A3AF518C806E00070BB5F /* infback.c in Sources */, 8497BCCF1A41BFD800EFB9ED /* coreio.cpp in Sources */, + 84967C9D1B8F492C005F1140 /* pngwio.c in Sources */, 9C7A3B0E18C806E00070BB5F /* sb_mem.cpp in Sources */, 9C7A3B2C18C806E00070BB5F /* tmu.cpp in Sources */, 9C7A3B4C18C806E00070BB5F /* TexCache.cpp in Sources */, @@ -1647,15 +1671,19 @@ 9C7A3B2018C806E00070BB5F /* shil.cpp in Sources */, 9C7A3B2518C806E00070BB5F /* ccn.cpp in Sources */, 849C0D621B072C07008BAAA4 /* context.cpp in Sources */, + 84967C991B8F492C005F1140 /* pngrtran.c in Sources */, 9C7A3AD618C806E00070BB5F /* zip_get_file_comment.c in Sources */, + 84967C981B8F492C005F1140 /* pngrio.c in Sources */, 9C7A3AEA18C806E00070BB5F /* zip_stat_index.c in Sources */, 9C7A3ACF18C806E00070BB5F /* zip_filerange_crc.c in Sources */, 87C208DD1B7A4BFA00638BDD /* PathsViewController.m in Sources */, - 9C7A3ABA18C806E00070BB5F /* pngwutil.c in Sources */, 9C7A3B2918C806E00070BB5F /* mmu.cpp in Sources */, 9C7A3AEB18C806E00070BB5F /* zip_stat_init.c in Sources */, + 84967C921B8F492C005F1140 /* png.c in Sources */, + 84967C931B8F492C005F1140 /* pngerror.c in Sources */, 877652C21B6157BD00437F10 /* audiobackend_alsa.cpp in Sources */, 9C7A3B2E18C806E00070BB5F /* sh4_core_regs.cpp in Sources */, + 84967C961B8F492C005F1140 /* pngpread.c in Sources */, 9C7A3B1D18C806E00070BB5F /* blockmanager.cpp in Sources */, 9C7A3B2B18C806E00070BB5F /* serial.cpp in Sources */, 9C7A3B4A18C806E00070BB5F /* gltex.cpp in Sources */, @@ -1671,16 +1699,15 @@ 9C7A3AD818C806E00070BB5F /* zip_get_num_files.c in Sources */, 9C7A3B0518C806E00070BB5F /* arm7.cpp in Sources */, 9C7A3AA718C806E00070BB5F /* md5.cpp in Sources */, - 9C7A3AB818C806E00070BB5F /* pngwrite.c in Sources */, 9C7A3B1518C806E00070BB5F /* pvr_mem.cpp in Sources */, 9C7A3AF718C806E00070BB5F /* inflate.c in Sources */, 9C7A3AC918C806E00070BB5F /* zip_error_to_str.c in Sources */, 9C7A3B0918C806E00070BB5F /* gdrom_response.cpp in Sources */, + 84967C971B8F492C005F1140 /* pngread.c in Sources */, 9C7A3B2218C806E00070BB5F /* sh4_interpreter.cpp in Sources */, 9C7A3B3818C806E00070BB5F /* gdi.cpp in Sources */, 849C0D6D1B072D14008BAAA4 /* descrambl.cpp in Sources */, 9C7A3AF018C806E00070BB5F /* zip_unchange_data.c in Sources */, - 9C7A3AB218C806E00070BB5F /* pngrio.c in Sources */, 9C7A3AC118C806E00070BB5F /* zip_entry_free.c in Sources */, 9C7A3AE518C806E00070BB5F /* zip_source_filep.c in Sources */, 9C7A3B0318C806E00070BB5F /* dsp.cpp in Sources */, @@ -1702,6 +1729,7 @@ 9C7A3B1118C806E00070BB5F /* maple_helper.cpp in Sources */, 849C0D6E1B072D14008BAAA4 /* gdrom_hle.cpp in Sources */, 9C7A3AD018C806E00070BB5F /* zip_fopen.c in Sources */, + 84967C911B8F492C005F1140 /* filter_neon_intrinsics.c in Sources */, 9C7A3B1718C806E00070BB5F /* pvr_sb_regs.cpp in Sources */, 9C7A3B3918C806E00070BB5F /* ImgReader.cpp in Sources */, 87D92EA81B7839E600D8FD9E /* ios_main.mm in Sources */, @@ -1709,19 +1737,19 @@ 9C7A3ACC18C806E00070BB5F /* zip_file_error_get.c in Sources */, 9C7A3B3F18C806E00070BB5F /* nullDC.cpp in Sources */, 9C7A3B0618C806E00070BB5F /* arm_mem.cpp in Sources */, - 9C7A3AAF18C806E00070BB5F /* pngmem.c in Sources */, 9C7A3AAB18C806E00070BB5F /* elf64.cpp in Sources */, + 84967C8F1B8F492C005F1140 /* arm_init.c in Sources */, + 84967C9E1B8F492C005F1140 /* pngwrite.c in Sources */, 9C7A3ADE18C806E00070BB5F /* zip_replace.c in Sources */, 9C7A3B0C18C806E00070BB5F /* sb.cpp in Sources */, 9C7A3B0118C806E00070BB5F /* aica_if.cpp in Sources */, + 84967CA01B8F492C005F1140 /* pngwutil.c in Sources */, 9C7A3ADF18C806E00070BB5F /* zip_set_archive_comment.c in Sources */, 9C7A3B1818C806E00070BB5F /* Renderer_if.cpp in Sources */, 9C7A3AC518C806E00070BB5F /* zip_error_clear.c in Sources */, 9C7A3AC318C806E00070BB5F /* zip_err_str.c in Sources */, 9C7A3B4818C806E00070BB5F /* gldraw.cpp in Sources */, 9C7A3AE618C806E00070BB5F /* zip_source_free.c in Sources */, - 9C7A3AAE18C806E00070BB5F /* pngget.c in Sources */, - 9C7A3AB018C806E00070BB5F /* pngpread.c in Sources */, 9C7A3AF118C806E00070BB5F /* adler32.c in Sources */, 9C7A3B0A18C806E00070BB5F /* gdromv3.cpp in Sources */, 9C7A3B3418C806E00070BB5F /* sh4_sched.cpp in Sources */, diff --git a/shell/apple/emulator-osx/reicast-osx.xcodeproj/project.pbxproj b/shell/apple/emulator-osx/reicast-osx.xcodeproj/project.pbxproj index ba5261cb5..153d7aa6c 100644 --- a/shell/apple/emulator-osx/reicast-osx.xcodeproj/project.pbxproj +++ b/shell/apple/emulator-osx/reicast-osx.xcodeproj/project.pbxproj @@ -8,6 +8,24 @@ /* Begin PBXBuildFile section */ 8491687F1B782B2D00F3F2B4 /* ini.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8491687D1B782B2D00F3F2B4 /* ini.cpp */; }; + 84967CBD1B8F49EE005F1140 /* arm_init.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967CA21B8F49EE005F1140 /* arm_init.c */; }; + 84967CBE1B8F49EE005F1140 /* filter_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 84967CA31B8F49EE005F1140 /* filter_neon.S */; }; + 84967CBF1B8F49EE005F1140 /* filter_neon_intrinsics.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967CA41B8F49EE005F1140 /* filter_neon_intrinsics.c */; }; + 84967CC01B8F49EE005F1140 /* png.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967CA71B8F49EE005F1140 /* png.c */; }; + 84967CC11B8F49EE005F1140 /* pngerror.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967CAB1B8F49EE005F1140 /* pngerror.c */; }; + 84967CC21B8F49EE005F1140 /* pngget.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967CAC1B8F49EE005F1140 /* pngget.c */; }; + 84967CC31B8F49EE005F1140 /* pngmem.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967CAF1B8F49EE005F1140 /* pngmem.c */; }; + 84967CC41B8F49EE005F1140 /* pngpread.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967CB01B8F49EE005F1140 /* pngpread.c */; }; + 84967CC51B8F49EE005F1140 /* pngread.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967CB21B8F49EE005F1140 /* pngread.c */; }; + 84967CC61B8F49EE005F1140 /* pngrio.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967CB31B8F49EE005F1140 /* pngrio.c */; }; + 84967CC71B8F49EE005F1140 /* pngrtran.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967CB41B8F49EE005F1140 /* pngrtran.c */; }; + 84967CC81B8F49EE005F1140 /* pngrutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967CB51B8F49EE005F1140 /* pngrutil.c */; }; + 84967CC91B8F49EE005F1140 /* pngset.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967CB61B8F49EE005F1140 /* pngset.c */; }; + 84967CCA1B8F49EE005F1140 /* pngtrans.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967CB81B8F49EE005F1140 /* pngtrans.c */; }; + 84967CCB1B8F49EE005F1140 /* pngwio.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967CB91B8F49EE005F1140 /* pngwio.c */; }; + 84967CCC1B8F49EE005F1140 /* pngwrite.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967CBA1B8F49EE005F1140 /* pngwrite.c */; }; + 84967CCD1B8F49EE005F1140 /* pngwtran.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967CBB1B8F49EE005F1140 /* pngwtran.c */; }; + 84967CCE1B8F49EE005F1140 /* pngwutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 84967CBC1B8F49EE005F1140 /* pngwutil.c */; }; 84A388B91B1CDD3E000166C0 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A388B81B1CDD3E000166C0 /* AppDelegate.swift */; }; 84A388BB1B1CDD3E000166C0 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 84A388BA1B1CDD3E000166C0 /* Images.xcassets */; }; 84A388BE1B1CDD3E000166C0 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 84A388BC1B1CDD3E000166C0 /* MainMenu.xib */; }; @@ -23,21 +41,6 @@ 84B7BEB91B72720200F9733F /* elf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84B7BD2F1B72720100F9733F /* elf.cpp */; }; 84B7BEBA1B72720200F9733F /* elf32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84B7BD311B72720100F9733F /* elf32.cpp */; }; 84B7BEBB1B72720200F9733F /* elf64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84B7BD331B72720100F9733F /* elf64.cpp */; }; - 84B7BEBC1B72720200F9733F /* png.c in Sources */ = {isa = PBXBuildFile; fileRef = 84B7BD371B72720100F9733F /* png.c */; }; - 84B7BEBD1B72720200F9733F /* pngerror.c in Sources */ = {isa = PBXBuildFile; fileRef = 84B7BD3A1B72720100F9733F /* pngerror.c */; }; - 84B7BEBE1B72720200F9733F /* pngget.c in Sources */ = {isa = PBXBuildFile; fileRef = 84B7BD3B1B72720100F9733F /* pngget.c */; }; - 84B7BEBF1B72720200F9733F /* pngmem.c in Sources */ = {isa = PBXBuildFile; fileRef = 84B7BD3C1B72720100F9733F /* pngmem.c */; }; - 84B7BEC01B72720200F9733F /* pngpread.c in Sources */ = {isa = PBXBuildFile; fileRef = 84B7BD3D1B72720100F9733F /* pngpread.c */; }; - 84B7BEC11B72720200F9733F /* pngread.c in Sources */ = {isa = PBXBuildFile; fileRef = 84B7BD3F1B72720100F9733F /* pngread.c */; }; - 84B7BEC21B72720200F9733F /* pngrio.c in Sources */ = {isa = PBXBuildFile; fileRef = 84B7BD401B72720100F9733F /* pngrio.c */; }; - 84B7BEC31B72720200F9733F /* pngrtran.c in Sources */ = {isa = PBXBuildFile; fileRef = 84B7BD411B72720100F9733F /* pngrtran.c */; }; - 84B7BEC41B72720200F9733F /* pngrutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 84B7BD421B72720100F9733F /* pngrutil.c */; }; - 84B7BEC51B72720200F9733F /* pngset.c in Sources */ = {isa = PBXBuildFile; fileRef = 84B7BD431B72720100F9733F /* pngset.c */; }; - 84B7BEC61B72720200F9733F /* pngtrans.c in Sources */ = {isa = PBXBuildFile; fileRef = 84B7BD441B72720100F9733F /* pngtrans.c */; }; - 84B7BEC71B72720200F9733F /* pngwio.c in Sources */ = {isa = PBXBuildFile; fileRef = 84B7BD451B72720100F9733F /* pngwio.c */; }; - 84B7BEC81B72720200F9733F /* pngwrite.c in Sources */ = {isa = PBXBuildFile; fileRef = 84B7BD461B72720100F9733F /* pngwrite.c */; }; - 84B7BEC91B72720200F9733F /* pngwtran.c in Sources */ = {isa = PBXBuildFile; fileRef = 84B7BD471B72720100F9733F /* pngwtran.c */; }; - 84B7BECA1B72720200F9733F /* pngwutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 84B7BD481B72720100F9733F /* pngwutil.c */; }; 84B7BEE01B72720200F9733F /* mkstemp.c in Sources */ = {isa = PBXBuildFile; fileRef = 84B7BD681B72720100F9733F /* mkstemp.c */; }; 84B7BEE11B72720200F9733F /* zip_add.c in Sources */ = {isa = PBXBuildFile; fileRef = 84B7BD6A1B72720100F9733F /* zip_add.c */; }; 84B7BEE21B72720200F9733F /* zip_add_dir.c in Sources */ = {isa = PBXBuildFile; fileRef = 84B7BD6B1B72720100F9733F /* zip_add_dir.c */; }; @@ -204,6 +207,33 @@ /* Begin PBXFileReference section */ 8491687D1B782B2D00F3F2B4 /* ini.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ini.cpp; sourceTree = ""; }; 8491687E1B782B2D00F3F2B4 /* ini.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ini.h; sourceTree = ""; }; + 84967CA21B8F49EE005F1140 /* arm_init.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = arm_init.c; sourceTree = ""; }; + 84967CA31B8F49EE005F1140 /* filter_neon.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = filter_neon.S; sourceTree = ""; }; + 84967CA41B8F49EE005F1140 /* filter_neon_intrinsics.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = filter_neon_intrinsics.c; sourceTree = ""; }; + 84967CA51B8F49EE005F1140 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = ""; }; + 84967CA61B8F49EE005F1140 /* fp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fp.h; sourceTree = ""; }; + 84967CA71B8F49EE005F1140 /* png.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = png.c; sourceTree = ""; }; + 84967CA81B8F49EE005F1140 /* png.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = png.h; sourceTree = ""; }; + 84967CA91B8F49EE005F1140 /* pngconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pngconf.h; sourceTree = ""; }; + 84967CAA1B8F49EE005F1140 /* pngdebug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pngdebug.h; sourceTree = ""; }; + 84967CAB1B8F49EE005F1140 /* pngerror.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngerror.c; sourceTree = ""; }; + 84967CAC1B8F49EE005F1140 /* pngget.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngget.c; sourceTree = ""; }; + 84967CAD1B8F49EE005F1140 /* pnginfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pnginfo.h; sourceTree = ""; }; + 84967CAE1B8F49EE005F1140 /* pnglibconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pnglibconf.h; sourceTree = ""; }; + 84967CAF1B8F49EE005F1140 /* pngmem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngmem.c; sourceTree = ""; }; + 84967CB01B8F49EE005F1140 /* pngpread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngpread.c; sourceTree = ""; }; + 84967CB11B8F49EE005F1140 /* pngpriv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pngpriv.h; sourceTree = ""; }; + 84967CB21B8F49EE005F1140 /* pngread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngread.c; sourceTree = ""; }; + 84967CB31B8F49EE005F1140 /* pngrio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngrio.c; sourceTree = ""; }; + 84967CB41B8F49EE005F1140 /* pngrtran.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngrtran.c; sourceTree = ""; }; + 84967CB51B8F49EE005F1140 /* pngrutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngrutil.c; sourceTree = ""; }; + 84967CB61B8F49EE005F1140 /* pngset.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngset.c; sourceTree = ""; }; + 84967CB71B8F49EE005F1140 /* pngstruct.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pngstruct.h; sourceTree = ""; }; + 84967CB81B8F49EE005F1140 /* pngtrans.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngtrans.c; sourceTree = ""; }; + 84967CB91B8F49EE005F1140 /* pngwio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwio.c; sourceTree = ""; }; + 84967CBA1B8F49EE005F1140 /* pngwrite.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwrite.c; sourceTree = ""; }; + 84967CBB1B8F49EE005F1140 /* pngwtran.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwtran.c; sourceTree = ""; }; + 84967CBC1B8F49EE005F1140 /* pngwutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwutil.c; sourceTree = ""; }; 84A388B31B1CDD3E000166C0 /* reicast-osx.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "reicast-osx.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 84A388B71B1CDD3E000166C0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 84A388B81B1CDD3E000166C0 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; @@ -236,25 +266,6 @@ 84B7BD321B72720100F9733F /* elf32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = elf32.h; sourceTree = ""; }; 84B7BD331B72720100F9733F /* elf64.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = elf64.cpp; sourceTree = ""; }; 84B7BD341B72720100F9733F /* elf64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = elf64.h; sourceTree = ""; }; - 84B7BD361B72720100F9733F /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = ""; }; - 84B7BD371B72720100F9733F /* png.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = png.c; sourceTree = ""; }; - 84B7BD381B72720100F9733F /* png.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = png.h; sourceTree = ""; }; - 84B7BD391B72720100F9733F /* pngconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pngconf.h; sourceTree = ""; }; - 84B7BD3A1B72720100F9733F /* pngerror.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngerror.c; sourceTree = ""; }; - 84B7BD3B1B72720100F9733F /* pngget.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngget.c; sourceTree = ""; }; - 84B7BD3C1B72720100F9733F /* pngmem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngmem.c; sourceTree = ""; }; - 84B7BD3D1B72720100F9733F /* pngpread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngpread.c; sourceTree = ""; }; - 84B7BD3E1B72720100F9733F /* pngpriv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pngpriv.h; sourceTree = ""; }; - 84B7BD3F1B72720100F9733F /* pngread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngread.c; sourceTree = ""; }; - 84B7BD401B72720100F9733F /* pngrio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngrio.c; sourceTree = ""; }; - 84B7BD411B72720100F9733F /* pngrtran.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngrtran.c; sourceTree = ""; }; - 84B7BD421B72720100F9733F /* pngrutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngrutil.c; sourceTree = ""; }; - 84B7BD431B72720100F9733F /* pngset.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngset.c; sourceTree = ""; }; - 84B7BD441B72720100F9733F /* pngtrans.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngtrans.c; sourceTree = ""; }; - 84B7BD451B72720100F9733F /* pngwio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwio.c; sourceTree = ""; }; - 84B7BD461B72720100F9733F /* pngwrite.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwrite.c; sourceTree = ""; }; - 84B7BD471B72720100F9733F /* pngwtran.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwtran.c; sourceTree = ""; }; - 84B7BD481B72720100F9733F /* pngwutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwutil.c; sourceTree = ""; }; 84B7BD671B72720100F9733F /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = ""; }; 84B7BD681B72720100F9733F /* mkstemp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mkstemp.c; sourceTree = ""; }; 84B7BD691B72720100F9733F /* zip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zip.h; sourceTree = ""; }; @@ -545,6 +556,16 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 84967CA11B8F49EE005F1140 /* arm */ = { + isa = PBXGroup; + children = ( + 84967CA21B8F49EE005F1140 /* arm_init.c */, + 84967CA31B8F49EE005F1140 /* filter_neon.S */, + 84967CA41B8F49EE005F1140 /* filter_neon_intrinsics.c */, + ); + path = arm; + sourceTree = ""; + }; 84A388AA1B1CDD3E000166C0 = { isa = PBXGroup; children = ( @@ -717,25 +738,31 @@ 84B7BD351B72720100F9733F /* libpng */ = { isa = PBXGroup; children = ( - 84B7BD361B72720100F9733F /* config.h */, - 84B7BD371B72720100F9733F /* png.c */, - 84B7BD381B72720100F9733F /* png.h */, - 84B7BD391B72720100F9733F /* pngconf.h */, - 84B7BD3A1B72720100F9733F /* pngerror.c */, - 84B7BD3B1B72720100F9733F /* pngget.c */, - 84B7BD3C1B72720100F9733F /* pngmem.c */, - 84B7BD3D1B72720100F9733F /* pngpread.c */, - 84B7BD3E1B72720100F9733F /* pngpriv.h */, - 84B7BD3F1B72720100F9733F /* pngread.c */, - 84B7BD401B72720100F9733F /* pngrio.c */, - 84B7BD411B72720100F9733F /* pngrtran.c */, - 84B7BD421B72720100F9733F /* pngrutil.c */, - 84B7BD431B72720100F9733F /* pngset.c */, - 84B7BD441B72720100F9733F /* pngtrans.c */, - 84B7BD451B72720100F9733F /* pngwio.c */, - 84B7BD461B72720100F9733F /* pngwrite.c */, - 84B7BD471B72720100F9733F /* pngwtran.c */, - 84B7BD481B72720100F9733F /* pngwutil.c */, + 84967CA11B8F49EE005F1140 /* arm */, + 84967CA51B8F49EE005F1140 /* config.h */, + 84967CA61B8F49EE005F1140 /* fp.h */, + 84967CA71B8F49EE005F1140 /* png.c */, + 84967CA81B8F49EE005F1140 /* png.h */, + 84967CA91B8F49EE005F1140 /* pngconf.h */, + 84967CAA1B8F49EE005F1140 /* pngdebug.h */, + 84967CAB1B8F49EE005F1140 /* pngerror.c */, + 84967CAC1B8F49EE005F1140 /* pngget.c */, + 84967CAD1B8F49EE005F1140 /* pnginfo.h */, + 84967CAE1B8F49EE005F1140 /* pnglibconf.h */, + 84967CAF1B8F49EE005F1140 /* pngmem.c */, + 84967CB01B8F49EE005F1140 /* pngpread.c */, + 84967CB11B8F49EE005F1140 /* pngpriv.h */, + 84967CB21B8F49EE005F1140 /* pngread.c */, + 84967CB31B8F49EE005F1140 /* pngrio.c */, + 84967CB41B8F49EE005F1140 /* pngrtran.c */, + 84967CB51B8F49EE005F1140 /* pngrutil.c */, + 84967CB61B8F49EE005F1140 /* pngset.c */, + 84967CB71B8F49EE005F1140 /* pngstruct.h */, + 84967CB81B8F49EE005F1140 /* pngtrans.c */, + 84967CB91B8F49EE005F1140 /* pngwio.c */, + 84967CBA1B8F49EE005F1140 /* pngwrite.c */, + 84967CBB1B8F49EE005F1140 /* pngwtran.c */, + 84967CBC1B8F49EE005F1140 /* pngwutil.c */, ); path = libpng; sourceTree = ""; @@ -1349,13 +1376,14 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 84967CC61B8F49EE005F1140 /* pngrio.c in Sources */, 84B7BF741B72720200F9733F /* descrambl.cpp in Sources */, 84B7BF5D1B72720200F9733F /* gdi.cpp in Sources */, 84B7BEF31B72720200F9733F /* zip_file_strerror.c in Sources */, 84B7BF5B1B72720200F9733F /* chd.cpp in Sources */, - 84B7BEBC1B72720200F9733F /* png.c in Sources */, 84B7BF611B72720200F9733F /* common.cpp in Sources */, 84B7BF0B1B72720200F9733F /* zip_source_free.c in Sources */, + 84967CCC1B8F49EE005F1140 /* pngwrite.c in Sources */, 84B7BF7A1B72720200F9733F /* gles.cpp in Sources */, 84B7BEFC1B72720200F9733F /* zip_get_name.c in Sources */, 84B7BEFA1B72720200F9733F /* zip_get_archive_flag.c in Sources */, @@ -1366,22 +1394,25 @@ 84B7BF281B72720200F9733F /* dsp.cpp in Sources */, 84B7BF3D1B72720200F9733F /* Renderer_if.cpp in Sources */, 84B7BF191B72720200F9733F /* deflate.c in Sources */, + 84967CBD1B8F49EE005F1140 /* arm_init.c in Sources */, 84B7BF7E1B72720200F9733F /* TexCache.cpp in Sources */, - 84B7BEC51B72720200F9733F /* pngset.c in Sources */, 84B7BEE41B72720200F9733F /* zip_delete.c in Sources */, 84B7BF1A1B72720200F9733F /* infback.c in Sources */, 84B7BF431B72720200F9733F /* decoder.cpp in Sources */, - 84B7BEC21B72720200F9733F /* pngrio.c in Sources */, 84B7BEBB1B72720200F9733F /* elf64.cpp in Sources */, 84B7BF1B1B72720200F9733F /* inffast.c in Sources */, - 84B7BEC71B72720200F9733F /* pngwio.c in Sources */, + 84967CC31B8F49EE005F1140 /* pngmem.c in Sources */, 84B7BF581B72720200F9733F /* sh4_rom.cpp in Sources */, 84B7BF441B72720200F9733F /* driver.cpp in Sources */, 84B7BEEF1B72720200F9733F /* zip_fclose.c in Sources */, + 84967CC11B8F49EE005F1140 /* pngerror.c in Sources */, 84B7BF451B72720200F9733F /* shil.cpp in Sources */, 84B7BF031B72720200F9733F /* zip_replace.c in Sources */, 84B7BF021B72720200F9733F /* zip_rename.c in Sources */, + 84967CCB1B8F49EE005F1140 /* pngwio.c in Sources */, 84B7BEB11B72720200F9733F /* cdipsr.cpp in Sources */, + 84967CC51B8F49EE005F1140 /* pngread.c in Sources */, + 84967CC71B8F49EE005F1140 /* pngrtran.c in Sources */, 84B7BEE81B72720200F9733F /* zip_err_str.c in Sources */, 84B7BF111B72720200F9733F /* zip_strerror.c in Sources */, 84B7BF081B72720200F9733F /* zip_source_buffer.c in Sources */, @@ -1396,6 +1427,7 @@ 84B7BF121B72720200F9733F /* zip_unchange.c in Sources */, 84B7BF421B72720200F9733F /* blockmanager.cpp in Sources */, 84B7BEE21B72720200F9733F /* zip_add_dir.c in Sources */, + 84967CC91B8F49EE005F1140 /* pngset.c in Sources */, 84B7BEE61B72720200F9733F /* zip_entry_free.c in Sources */, 84B7BF511B72720200F9733F /* tmu.cpp in Sources */, 84B7BF181B72720200F9733F /* crc32.c in Sources */, @@ -1406,17 +1438,13 @@ 84B7BF6D1B72720200F9733F /* README.md in Sources */, 84B7BF2B1B72720200F9733F /* arm_mem.cpp in Sources */, 84B7BF4F1B72720200F9733F /* rtc.cpp in Sources */, - 84B7BEC31B72720200F9733F /* pngrtran.c in Sources */, 84B7BF361B72720200F9733F /* maple_helper.cpp in Sources */, 84B7BF131B72720200F9733F /* zip_unchange_all.c in Sources */, 84B7BF321B72720200F9733F /* sb_dma.cpp in Sources */, 84B7BF541B72720200F9733F /* sh4_interrupts.cpp in Sources */, - 84B7BECA1B72720200F9733F /* pngwutil.c in Sources */, - 84B7BEC01B72720200F9733F /* pngpread.c in Sources */, 84B7BF6B1B72720200F9733F /* audiostream.cpp in Sources */, 84B7BEFB1B72720200F9733F /* zip_get_file_comment.c in Sources */, 84B7BF301B72720200F9733F /* holly_intc.cpp in Sources */, - 84B7BEC41B72720200F9733F /* pngrutil.c in Sources */, 84B7BF201B72720200F9733F /* uncompr.c in Sources */, 84B7BF2A1B72720200F9733F /* arm7.cpp in Sources */, 84B7BF0D1B72720200F9733F /* zip_source_zip.c in Sources */, @@ -1429,14 +1457,17 @@ 84B7BEF81B72720200F9733F /* zip_free.c in Sources */, 84B7BF331B72720200F9733F /* sb_mem.cpp in Sources */, 84B7BF2F1B72720200F9733F /* gdromv3.cpp in Sources */, + 84967CC01B8F49EE005F1140 /* png.c in Sources */, 84B7BF591B72720200F9733F /* sh4_sched.cpp in Sources */, 84B7BEE01B72720200F9733F /* mkstemp.c in Sources */, 84B7BF261B72720200F9733F /* aica_if.cpp in Sources */, 84B7BF171B72720200F9733F /* compress.c in Sources */, 8491687F1B782B2D00F3F2B4 /* ini.cpp in Sources */, 84B7BF341B72720200F9733F /* maple_cfg.cpp in Sources */, + 84967CCD1B8F49EE005F1140 /* pngwtran.c in Sources */, 84B7BF401B72720200F9733F /* ta_ctx.cpp in Sources */, 84B7BF011B72720200F9733F /* zip_open.c in Sources */, + 84967CCA1B8F49EE005F1140 /* pngtrans.c in Sources */, 84B7BF4D1B72720200F9733F /* intc.cpp in Sources */, 84B7BEB01B72720200F9733F /* cl.cpp in Sources */, 84B7BF391B72720200F9733F /* drkPvr.cpp in Sources */, @@ -1451,7 +1482,6 @@ 84B7BF831B727AD700F9733F /* osx-main.mm in Sources */, 84B7BEE51B72720200F9733F /* zip_dirent.c in Sources */, 84B7BF761B72720200F9733F /* reios.cpp in Sources */, - 84B7BEBF1B72720200F9733F /* pngmem.c in Sources */, 84B7BF3B1B72720200F9733F /* pvr_regs.cpp in Sources */, 84B7BF311B72720200F9733F /* sb.cpp in Sources */, 84B7BF0C1B72720200F9733F /* zip_source_function.c in Sources */, @@ -1459,10 +1489,8 @@ 84B7BF631B72720200F9733F /* nixprof.cpp in Sources */, 84B7BF6C1B72720200F9733F /* profiler.cpp in Sources */, 84B7BF161B72720200F9733F /* adler32.c in Sources */, - 84B7BEC91B72720200F9733F /* pngwtran.c in Sources */, 84B7BEEC1B72720200F9733F /* zip_error_get_sys_type.c in Sources */, 84B7BF2E1B72720200F9733F /* gdrom_response.cpp in Sources */, - 84B7BEC11B72720200F9733F /* pngread.c in Sources */, 84B7BF7F1B72720200F9733F /* stdclass.cpp in Sources */, 84B7BF271B72720200F9733F /* aica_mem.cpp in Sources */, 84B7BF571B72720200F9733F /* sh4_opcode_list.cpp in Sources */, @@ -1471,18 +1499,17 @@ 84B7BF691B72720200F9733F /* audiobackend_oss.cpp in Sources */, 84B7BF1D1B72720200F9733F /* inftrees.c in Sources */, 84B7BF1C1B72720200F9733F /* inflate.c in Sources */, - 84B7BEC81B72720200F9733F /* pngwrite.c in Sources */, 84B7BF071B72720200F9733F /* zip_set_name.c in Sources */, 84B7BF241B72720200F9733F /* x86_emitter.cpp in Sources */, 84B7BF471B72720200F9733F /* sh4_interpreter.cpp in Sources */, - 84B7BEBD1B72720200F9733F /* pngerror.c in Sources */, + 84967CC41B8F49EE005F1140 /* pngpread.c in Sources */, 84B7BF531B72720200F9733F /* sh4_core_regs.cpp in Sources */, 84B7BF211B72720200F9733F /* zutil.c in Sources */, - 84B7BEC61B72720200F9733F /* pngtrans.c in Sources */, 84B7BF3E1B72720200F9733F /* spg.cpp in Sources */, 84B7BF251B72720200F9733F /* aica.cpp in Sources */, 84B7BF791B72720200F9733F /* gldraw.cpp in Sources */, 84B7BF4E1B72720200F9733F /* mmu.cpp in Sources */, + 84967CCE1B8F49EE005F1140 /* pngwutil.c in Sources */, 84B7BEBA1B72720200F9733F /* elf32.cpp in Sources */, 84B7BEE91B72720200F9733F /* zip_error.c in Sources */, 84B7BF481B72720200F9733F /* sh4_opcodes.cpp in Sources */, @@ -1491,14 +1518,15 @@ 84B7BEE11B72720200F9733F /* zip_add.c in Sources */, 84B7BF4C1B72720200F9733F /* dmac.cpp in Sources */, 84B7BEFD1B72720200F9733F /* zip_get_num_files.c in Sources */, + 84967CC81B8F49EE005F1140 /* pngrutil.c in Sources */, 84B7BEF71B72720200F9733F /* zip_fread.c in Sources */, 84B7BF771B72720200F9733F /* reios_elf.cpp in Sources */, 84B7BF5C1B72720200F9733F /* common.cpp in Sources */, + 84967CC21B8F49EE005F1140 /* pngget.c in Sources */, 84B7BF681B72720200F9733F /* audiobackend_directsound.cpp in Sources */, 84B7BEFE1B72720200F9733F /* zip_memdup.c in Sources */, 84B7BEE71B72720200F9733F /* zip_entry_new.c in Sources */, 84B7BF3A1B72720200F9733F /* pvr_mem.cpp in Sources */, - 84B7BEBE1B72720200F9733F /* pngget.c in Sources */, 84B7BEB41B72720200F9733F /* md5.cpp in Sources */, 84B7BF661B72720200F9733F /* nullDC.cpp in Sources */, 84B7BF291B72720200F9733F /* sgc_if.cpp in Sources */, @@ -1522,9 +1550,11 @@ 84B7BF001B72720200F9733F /* zip_new.c in Sources */, 84B7BF0A1B72720200F9733F /* zip_source_filep.c in Sources */, 84B7BF6E1B72720200F9733F /* rec_cpp.cpp in Sources */, + 84967CBE1B8F49EE005F1140 /* filter_neon.S in Sources */, 84B7BF091B72720200F9733F /* zip_source_file.c in Sources */, 84B7BF151B72720200F9733F /* zip_unchange_data.c in Sources */, 84B7BEF11B72720200F9733F /* zip_file_error_get.c in Sources */, + 84967CBF1B8F49EE005F1140 /* filter_neon_intrinsics.c in Sources */, 84B7BF861B72871600F9733F /* EmuGLView.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0;