From e339d4c767f17c86f27bdadb4358c5b5c3bf58c8 Mon Sep 17 00:00:00 2001 From: rogerman Date: Tue, 3 Sep 2013 18:40:50 +0000 Subject: [PATCH] Cocoa Port: - Fix building for all Xcode projects. (Regression from r4739). --- .../project.pbxproj | 36 ++++++++++++++++++- .../project.pbxproj | 28 ++++++++++++++- .../project.pbxproj | 24 +++++++++++-- .../project.pbxproj | 24 +++++++++++-- 4 files changed, 104 insertions(+), 8 deletions(-) diff --git a/desmume/src/cocoa/DeSmuME (Legacy).xcodeproj/project.pbxproj b/desmume/src/cocoa/DeSmuME (Legacy).xcodeproj/project.pbxproj index ffdbc3942..67ffdedb8 100644 --- a/desmume/src/cocoa/DeSmuME (Legacy).xcodeproj/project.pbxproj +++ b/desmume/src/cocoa/DeSmuME (Legacy).xcodeproj/project.pbxproj @@ -741,6 +741,20 @@ AB3AD16D14C4F6AD00D7D192 /* FileTypeInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = AB3AD16B14C4F6AD00D7D192 /* FileTypeInfo.plist */; }; AB3AD16E14C4F6AD00D7D192 /* FileTypeInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = AB3AD16B14C4F6AD00D7D192 /* FileTypeInfo.plist */; }; AB3AD16F14C4F6AD00D7D192 /* FileTypeInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = AB3AD16B14C4F6AD00D7D192 /* FileTypeInfo.plist */; }; + AB4352B517D66187007417C8 /* fsnitro.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB4352B417D66187007417C8 /* fsnitro.cpp */; }; + AB4352B617D66187007417C8 /* fsnitro.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB4352B417D66187007417C8 /* fsnitro.cpp */; }; + AB4352B717D66187007417C8 /* fsnitro.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB4352B417D66187007417C8 /* fsnitro.cpp */; }; + AB4352B817D66187007417C8 /* fsnitro.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB4352B417D66187007417C8 /* fsnitro.cpp */; }; + AB4352B917D66187007417C8 /* fsnitro.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB4352B417D66187007417C8 /* fsnitro.cpp */; }; + AB4352BA17D66187007417C8 /* fsnitro.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB4352B417D66187007417C8 /* fsnitro.cpp */; }; + AB4352BB17D66187007417C8 /* fsnitro.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB4352B417D66187007417C8 /* fsnitro.cpp */; }; + AB4352C117D661AC007417C8 /* slot1_retail_mcrom_debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB4352C017D661AC007417C8 /* slot1_retail_mcrom_debug.cpp */; }; + AB4352C217D661AC007417C8 /* slot1_retail_mcrom_debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB4352C017D661AC007417C8 /* slot1_retail_mcrom_debug.cpp */; }; + AB4352C317D661AC007417C8 /* slot1_retail_mcrom_debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB4352C017D661AC007417C8 /* slot1_retail_mcrom_debug.cpp */; }; + AB4352C417D661AC007417C8 /* slot1_retail_mcrom_debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB4352C017D661AC007417C8 /* slot1_retail_mcrom_debug.cpp */; }; + AB4352C517D661AC007417C8 /* slot1_retail_mcrom_debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB4352C017D661AC007417C8 /* slot1_retail_mcrom_debug.cpp */; }; + AB4352C617D661AC007417C8 /* slot1_retail_mcrom_debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB4352C017D661AC007417C8 /* slot1_retail_mcrom_debug.cpp */; }; + AB4352C717D661AC007417C8 /* slot1_retail_mcrom_debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB4352C017D661AC007417C8 /* slot1_retail_mcrom_debug.cpp */; }; AB46780A14ABD4890002FF94 /* AppIcon_DeSmuME.icns in Resources */ = {isa = PBXBuildFile; fileRef = AB46780614ABD4890002FF94 /* AppIcon_DeSmuME.icns */; }; AB46780B14ABD4890002FF94 /* AppIcon_NintendoDS_ROM.icns in Resources */ = {isa = PBXBuildFile; fileRef = AB46780714ABD4890002FF94 /* AppIcon_NintendoDS_ROM.icns */; }; AB46780C14ABD4890002FF94 /* AppIcon_ROMSave.icns in Resources */ = {isa = PBXBuildFile; fileRef = AB46780814ABD4890002FF94 /* AppIcon_ROMSave.icns */; }; @@ -1361,6 +1375,9 @@ AB2F5B011704EE0100E28885 /* utilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utilities.h; sourceTree = ""; }; AB2F5B021704EE0100E28885 /* utilities.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = utilities.c; sourceTree = ""; }; AB3AD16B14C4F6AD00D7D192 /* FileTypeInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = FileTypeInfo.plist; sourceTree = ""; }; + AB4352B317D66187007417C8 /* fsnitro.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fsnitro.h; sourceTree = ""; }; + AB4352B417D66187007417C8 /* fsnitro.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fsnitro.cpp; sourceTree = ""; }; + AB4352C017D661AC007417C8 /* slot1_retail_mcrom_debug.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = slot1_retail_mcrom_debug.cpp; sourceTree = ""; }; AB46780614ABD4890002FF94 /* AppIcon_DeSmuME.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = AppIcon_DeSmuME.icns; sourceTree = ""; }; AB46780714ABD4890002FF94 /* AppIcon_NintendoDS_ROM.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = AppIcon_NintendoDS_ROM.icns; sourceTree = ""; }; AB46780814ABD4890002FF94 /* AppIcon_ROMSave.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = AppIcon_ROMSave.icns; sourceTree = ""; }; @@ -1851,6 +1868,7 @@ AB06CD9D135B8AED00E977B3 /* slot1_r4.cpp */, AB4C80EF17C5DA240024D479 /* slot1_retail_auto.cpp */, AB4C80F017C5DA240024D479 /* slot1_retail_mcrom.cpp */, + AB4352C017D661AC007417C8 /* slot1_retail_mcrom_debug.cpp */, 956B96C213DF4CF900FCDCD0 /* slot1_retail_nand.cpp */, AB4C80F117C5DA240024D479 /* slot1comp_mc.cpp */, ABB9215917CEB53A0049D4C5 /* slot1comp_protocol.cpp */, @@ -1940,11 +1958,12 @@ AB06CDE1135B8AED00E977B3 /* decrypt */, AB06CDEE135B8AED00E977B3 /* libfat */, 7FA912191426523900E2ABDD /* tinyxml */, - AB4C80E317C5DA070024D479 /* advanscene.cpp */, AB06CDDD135B8AED00E977B3 /* ConvertUTF.c */, + AB4C80E317C5DA070024D479 /* advanscene.cpp */, AB06CDDF135B8AED00E977B3 /* datetime.cpp */, AB06CDE8135B8AED00E977B3 /* dlditool.cpp */, AB06CDE9135B8AED00E977B3 /* emufat.cpp */, + AB4352B417D66187007417C8 /* fsnitro.cpp */, AB06CDEC135B8AED00E977B3 /* guid.cpp */, AB06CE0A135B8AED00E977B3 /* md5.cpp */, AB06CE0C135B8AED00E977B3 /* task.cpp */, @@ -1955,6 +1974,7 @@ AB06CDE0135B8AED00E977B3 /* datetime.h */, AB06CDEA135B8AED00E977B3 /* emufat.h */, AB06CDEB135B8AED00E977B3 /* emufat_types.h */, + AB4352B317D66187007417C8 /* fsnitro.h */, AB06CDED135B8AED00E977B3 /* guid.h */, AB06CE0B135B8AED00E977B3 /* md5.h */, AB06CE0D135B8AED00E977B3 /* task.h */, @@ -2941,6 +2961,8 @@ AB4C810017C5DA240024D479 /* slot1comp_rom.cpp in Sources */, AB4C815B17C5DC240024D479 /* encrypt.cpp in Sources */, ABB9215C17CEB53A0049D4C5 /* slot1comp_protocol.cpp in Sources */, + AB4352B717D66187007417C8 /* fsnitro.cpp in Sources */, + AB4352C317D661AC007417C8 /* slot1_retail_mcrom_debug.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3088,6 +3110,8 @@ AB4C810C17C5DA240024D479 /* slot1comp_rom.cpp in Sources */, AB4C815E17C5DC240024D479 /* encrypt.cpp in Sources */, ABB9215F17CEB53A0049D4C5 /* slot1comp_protocol.cpp in Sources */, + AB4352BA17D66187007417C8 /* fsnitro.cpp in Sources */, + AB4352C617D661AC007417C8 /* slot1_retail_mcrom_debug.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3235,6 +3259,8 @@ AB4C80F817C5DA240024D479 /* slot1comp_rom.cpp in Sources */, AB4C815917C5DC240024D479 /* encrypt.cpp in Sources */, ABB9215A17CEB53A0049D4C5 /* slot1comp_protocol.cpp in Sources */, + AB4352B517D66187007417C8 /* fsnitro.cpp in Sources */, + AB4352C117D661AC007417C8 /* slot1_retail_mcrom_debug.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3352,6 +3378,8 @@ AB4C810817C5DA240024D479 /* slot1comp_rom.cpp in Sources */, AB4C815D17C5DC240024D479 /* encrypt.cpp in Sources */, ABB9215E17CEB53A0049D4C5 /* slot1comp_protocol.cpp in Sources */, + AB4352B917D66187007417C8 /* fsnitro.cpp in Sources */, + AB4352C517D661AC007417C8 /* slot1_retail_mcrom_debug.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3469,6 +3497,8 @@ AB4C811017C5DA240024D479 /* slot1comp_rom.cpp in Sources */, AB4C815F17C5DC240024D479 /* encrypt.cpp in Sources */, ABB9216017CEB53A0049D4C5 /* slot1comp_protocol.cpp in Sources */, + AB4352BB17D66187007417C8 /* fsnitro.cpp in Sources */, + AB4352C717D661AC007417C8 /* slot1_retail_mcrom_debug.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3596,6 +3626,8 @@ AB4C80FC17C5DA240024D479 /* slot1comp_rom.cpp in Sources */, AB4C815A17C5DC240024D479 /* encrypt.cpp in Sources */, ABB9215B17CEB53A0049D4C5 /* slot1comp_protocol.cpp in Sources */, + AB4352B617D66187007417C8 /* fsnitro.cpp in Sources */, + AB4352C217D661AC007417C8 /* slot1_retail_mcrom_debug.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3743,6 +3775,8 @@ AB4C810417C5DA240024D479 /* slot1comp_rom.cpp in Sources */, AB4C815C17C5DC240024D479 /* encrypt.cpp in Sources */, ABB9215D17CEB53A0049D4C5 /* slot1comp_protocol.cpp in Sources */, + AB4352B817D66187007417C8 /* fsnitro.cpp in Sources */, + AB4352C417D661AC007417C8 /* slot1_retail_mcrom_debug.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/desmume/src/cocoa/DeSmuME (XCode 3).xcodeproj/project.pbxproj b/desmume/src/cocoa/DeSmuME (XCode 3).xcodeproj/project.pbxproj index dddf5ba73..bf66cb1ff 100644 --- a/desmume/src/cocoa/DeSmuME (XCode 3).xcodeproj/project.pbxproj +++ b/desmume/src/cocoa/DeSmuME (XCode 3).xcodeproj/project.pbxproj @@ -461,6 +461,16 @@ AB3ACC4614C24D5400D7D192 /* COPYING in Resources */ = {isa = PBXBuildFile; fileRef = AB3ACC3A14C24D5400D7D192 /* COPYING */; }; AB3ACC4714C24D5400D7D192 /* README in Resources */ = {isa = PBXBuildFile; fileRef = AB3ACC3B14C24D5400D7D192 /* README */; }; AB3ACC4914C24D5400D7D192 /* README.MAC in Resources */ = {isa = PBXBuildFile; fileRef = AB3ACC3D14C24D5400D7D192 /* README.MAC */; }; + AB43527217D5BA5E007417C8 /* slot1_retail_mcrom_debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB43527117D5BA5E007417C8 /* slot1_retail_mcrom_debug.cpp */; }; + AB43527317D5BA5E007417C8 /* slot1_retail_mcrom_debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB43527117D5BA5E007417C8 /* slot1_retail_mcrom_debug.cpp */; }; + AB43527417D5BA5E007417C8 /* slot1_retail_mcrom_debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB43527117D5BA5E007417C8 /* slot1_retail_mcrom_debug.cpp */; }; + AB43527517D5BA5E007417C8 /* slot1_retail_mcrom_debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB43527117D5BA5E007417C8 /* slot1_retail_mcrom_debug.cpp */; }; + AB43527617D5BA5E007417C8 /* slot1_retail_mcrom_debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB43527117D5BA5E007417C8 /* slot1_retail_mcrom_debug.cpp */; }; + AB43528717D5BA95007417C8 /* fsnitro.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB43528617D5BA95007417C8 /* fsnitro.cpp */; }; + AB43528817D5BA95007417C8 /* fsnitro.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB43528617D5BA95007417C8 /* fsnitro.cpp */; }; + AB43528917D5BA95007417C8 /* fsnitro.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB43528617D5BA95007417C8 /* fsnitro.cpp */; }; + AB43528A17D5BA95007417C8 /* fsnitro.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB43528617D5BA95007417C8 /* fsnitro.cpp */; }; + AB43528B17D5BA95007417C8 /* fsnitro.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB43528617D5BA95007417C8 /* fsnitro.cpp */; }; AB4C4C3F16F55C64002E07CD /* AAFilter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB4C4C2A16F55C64002E07CD /* AAFilter.cpp */; }; AB4C4C4016F55C64002E07CD /* cpu_detect_x86_gcc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB4C4C2B16F55C64002E07CD /* cpu_detect_x86_gcc.cpp */; }; AB4C4C4116F55C64002E07CD /* FIFOSampleBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB4C4C2C16F55C64002E07CD /* FIFOSampleBuffer.cpp */; }; @@ -1206,6 +1216,9 @@ AB3ACC3D14C24D5400D7D192 /* README.MAC */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = README.MAC; path = ../../README.MAC; sourceTree = SOURCE_ROOT; }; AB3E34C7134AF4500056477A /* cocoa_output.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cocoa_output.h; sourceTree = ""; }; AB3E34C8134AF4500056477A /* cocoa_output.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = cocoa_output.mm; sourceTree = ""; }; + AB43527117D5BA5E007417C8 /* slot1_retail_mcrom_debug.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = slot1_retail_mcrom_debug.cpp; sourceTree = ""; }; + AB43528517D5BA95007417C8 /* fsnitro.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fsnitro.h; sourceTree = ""; }; + AB43528617D5BA95007417C8 /* fsnitro.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fsnitro.cpp; sourceTree = ""; }; AB4C4C2A16F55C64002E07CD /* AAFilter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAFilter.cpp; sourceTree = ""; }; AB4C4C2B16F55C64002E07CD /* cpu_detect_x86_gcc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cpu_detect_x86_gcc.cpp; sourceTree = ""; }; AB4C4C2C16F55C64002E07CD /* FIFOSampleBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FIFOSampleBuffer.cpp; sourceTree = ""; }; @@ -2025,6 +2038,7 @@ ABD1FF011345AC9B00AF11D1 /* slot1_r4.cpp */, AB4C808717C5D7780024D479 /* slot1_retail_auto.cpp */, AB4C808817C5D7780024D479 /* slot1_retail_mcrom.cpp */, + AB43527117D5BA5E007417C8 /* slot1_retail_mcrom_debug.cpp */, AB6FBEF5139B6258007BB045 /* slot1_retail_nand.cpp */, AB4C808917C5D7780024D479 /* slot1comp_mc.cpp */, ABB9212017CEB4110049D4C5 /* slot1comp_protocol.cpp */, @@ -2062,11 +2076,12 @@ ABD1FF211345ACBF00AF11D1 /* decrypt */, ABD1FF2E1345ACBF00AF11D1 /* libfat */, ABE670241415DE6C00E8E4C9 /* tinyxml */, - AB4C80A917C5D7A00024D479 /* advanscene.cpp */, ABD1FF1D1345ACBF00AF11D1 /* ConvertUTF.c */, + AB4C80A917C5D7A00024D479 /* advanscene.cpp */, ABD1FF1F1345ACBF00AF11D1 /* datetime.cpp */, ABD1FF281345ACBF00AF11D1 /* dlditool.cpp */, ABD1FF291345ACBF00AF11D1 /* emufat.cpp */, + AB43528617D5BA95007417C8 /* fsnitro.cpp */, ABD1FF2C1345ACBF00AF11D1 /* guid.cpp */, ABD1FF4A1345ACBF00AF11D1 /* md5.cpp */, ABD1FF4C1345ACBF00AF11D1 /* task.cpp */, @@ -2077,6 +2092,7 @@ ABD1FF201345ACBF00AF11D1 /* datetime.h */, ABD1FF2A1345ACBF00AF11D1 /* emufat.h */, ABD1FF2B1345ACBF00AF11D1 /* emufat_types.h */, + AB43528517D5BA95007417C8 /* fsnitro.h */, ABD1FF2D1345ACBF00AF11D1 /* guid.h */, ABD1FF4B1345ACBF00AF11D1 /* md5.h */, ABD1FF4D1345ACBF00AF11D1 /* task.h */, @@ -3108,6 +3124,8 @@ AB4C80A017C5D7780024D479 /* slot1comp_rom.cpp in Sources */, AB4C80AE17C5D7A00024D479 /* advanscene.cpp in Sources */, ABB9212517CEB4110049D4C5 /* slot1comp_protocol.cpp in Sources */, + AB43527617D5BA5E007417C8 /* slot1_retail_mcrom_debug.cpp in Sources */, + AB43528B17D5BA95007417C8 /* fsnitro.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3244,6 +3262,8 @@ AB4C809417C5D7780024D479 /* slot1comp_rom.cpp in Sources */, AB4C80AB17C5D7A00024D479 /* advanscene.cpp in Sources */, ABB9212217CEB4110049D4C5 /* slot1comp_protocol.cpp in Sources */, + AB43527317D5BA5E007417C8 /* slot1_retail_mcrom_debug.cpp in Sources */, + AB43528817D5BA95007417C8 /* fsnitro.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3410,6 +3430,8 @@ AB4C809017C5D7780024D479 /* slot1comp_rom.cpp in Sources */, AB4C80AA17C5D7A00024D479 /* advanscene.cpp in Sources */, ABB9212117CEB4110049D4C5 /* slot1comp_protocol.cpp in Sources */, + AB43527217D5BA5E007417C8 /* slot1_retail_mcrom_debug.cpp in Sources */, + AB43528717D5BA95007417C8 /* fsnitro.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3576,6 +3598,8 @@ AB4C809C17C5D7780024D479 /* slot1comp_rom.cpp in Sources */, AB4C80AD17C5D7A00024D479 /* advanscene.cpp in Sources */, ABB9212417CEB4110049D4C5 /* slot1comp_protocol.cpp in Sources */, + AB43527517D5BA5E007417C8 /* slot1_retail_mcrom_debug.cpp in Sources */, + AB43528A17D5BA95007417C8 /* fsnitro.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3712,6 +3736,8 @@ AB4C809817C5D7780024D479 /* slot1comp_rom.cpp in Sources */, AB4C80AC17C5D7A00024D479 /* advanscene.cpp in Sources */, ABB9212317CEB4110049D4C5 /* slot1comp_protocol.cpp in Sources */, + AB43527417D5BA5E007417C8 /* slot1_retail_mcrom_debug.cpp in Sources */, + AB43528917D5BA95007417C8 /* fsnitro.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/desmume/src/cocoa/DeSmuME (XCode 4).xcodeproj/project.pbxproj b/desmume/src/cocoa/DeSmuME (XCode 4).xcodeproj/project.pbxproj index dd1ac3729..093251830 100644 --- a/desmume/src/cocoa/DeSmuME (XCode 4).xcodeproj/project.pbxproj +++ b/desmume/src/cocoa/DeSmuME (XCode 4).xcodeproj/project.pbxproj @@ -178,6 +178,12 @@ AB405694169F5DCC0016AC3E /* x86util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB405676169F5DCC0016AC3E /* x86util.cpp */; }; AB405695169F5DCC0016AC3E /* x86util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB405676169F5DCC0016AC3E /* x86util.cpp */; }; AB4676F314AB12D60002FF94 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = AB0A0D1914AACA9600E83E91 /* libz.dylib */; }; + AB497A9B17D583EE0045B888 /* fsnitro.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB497A9A17D583EE0045B888 /* fsnitro.cpp */; }; + AB497A9C17D583EE0045B888 /* fsnitro.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB497A9A17D583EE0045B888 /* fsnitro.cpp */; }; + AB497A9D17D583EE0045B888 /* fsnitro.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB497A9A17D583EE0045B888 /* fsnitro.cpp */; }; + AB497A9F17D584570045B888 /* slot1_retail_mcrom_debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB497A9E17D584570045B888 /* slot1_retail_mcrom_debug.cpp */; }; + AB497AA017D584570045B888 /* slot1_retail_mcrom_debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB497A9E17D584570045B888 /* slot1_retail_mcrom_debug.cpp */; }; + AB497AA117D584570045B888 /* slot1_retail_mcrom_debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB497A9E17D584570045B888 /* slot1_retail_mcrom_debug.cpp */; }; AB4FCEBD1692AB82000F498F /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AB4FCEBC1692AB82000F498F /* Accelerate.framework */; }; AB4FCEBE1692AB82000F498F /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AB4FCEBC1692AB82000F498F /* Accelerate.framework */; }; AB4FCEBF1692AB82000F498F /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AB4FCEBC1692AB82000F498F /* Accelerate.framework */; }; @@ -809,6 +815,9 @@ AB405675169F5DCC0016AC3E /* x86operand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = x86operand.h; sourceTree = ""; }; AB405676169F5DCC0016AC3E /* x86util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = x86util.cpp; sourceTree = ""; }; AB405677169F5DCC0016AC3E /* x86util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = x86util.h; sourceTree = ""; }; + AB497A9917D583EE0045B888 /* fsnitro.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fsnitro.h; sourceTree = ""; }; + AB497A9A17D583EE0045B888 /* fsnitro.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fsnitro.cpp; sourceTree = ""; }; + AB497A9E17D584570045B888 /* slot1_retail_mcrom_debug.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = slot1_retail_mcrom_debug.cpp; sourceTree = ""; }; AB4FCEBC1692AB82000F498F /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; }; AB5785FC17176AFC002C5FC7 /* OpenEmuBase.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenEmuBase.framework; path = openemu/OpenEmuBase.framework; sourceTree = ""; }; AB58F32B1364F44B0074C376 /* cocoa_file.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cocoa_file.h; sourceTree = ""; }; @@ -1624,6 +1633,7 @@ ABD1FF011345AC9B00AF11D1 /* slot1_r4.cpp */, ABFE7C8717C5D03C0028DC56 /* slot1_retail_auto.cpp */, ABFE7C8817C5D03C0028DC56 /* slot1_retail_mcrom.cpp */, + AB497A9E17D584570045B888 /* slot1_retail_mcrom_debug.cpp */, AB6FBEF5139B6258007BB045 /* slot1_retail_nand.cpp */, ABFE7C8917C5D03C0028DC56 /* slot1comp_mc.cpp */, ABF55C2717CEB38F00A193FD /* slot1comp_protocol.cpp */, @@ -1661,11 +1671,12 @@ ABD1FF211345ACBF00AF11D1 /* decrypt */, ABD1FF2E1345ACBF00AF11D1 /* libfat */, ABE670241415DE6C00E8E4C9 /* tinyxml */, - ABFE7C8117C5CFE70028DC56 /* advanscene.cpp */, ABD1FF1D1345ACBF00AF11D1 /* ConvertUTF.c */, + ABFE7C8117C5CFE70028DC56 /* advanscene.cpp */, ABD1FF1F1345ACBF00AF11D1 /* datetime.cpp */, ABD1FF281345ACBF00AF11D1 /* dlditool.cpp */, ABD1FF291345ACBF00AF11D1 /* emufat.cpp */, + AB497A9A17D583EE0045B888 /* fsnitro.cpp */, ABD1FF2C1345ACBF00AF11D1 /* guid.cpp */, ABD1FF4A1345ACBF00AF11D1 /* md5.cpp */, ABD1FF4C1345ACBF00AF11D1 /* task.cpp */, @@ -1676,6 +1687,7 @@ ABD1FF201345ACBF00AF11D1 /* datetime.h */, ABD1FF2A1345ACBF00AF11D1 /* emufat.h */, ABD1FF2B1345ACBF00AF11D1 /* emufat_types.h */, + AB497A9917D583EE0045B888 /* fsnitro.h */, ABD1FF2D1345ACBF00AF11D1 /* guid.h */, ABD1FF4B1345ACBF00AF11D1 /* md5.h */, ABD1FF4D1345ACBF00AF11D1 /* task.h */, @@ -1780,11 +1792,11 @@ isa = PBXGroup; children = ( ABE670251415DE6C00E8E4C9 /* tinystr.cpp */, - ABE670261415DE6C00E8E4C9 /* tinystr.h */, ABE670271415DE6C00E8E4C9 /* tinyxml.cpp */, - ABE670281415DE6C00E8E4C9 /* tinyxml.h */, ABE670291415DE6C00E8E4C9 /* tinyxmlerror.cpp */, ABE6702A1415DE6C00E8E4C9 /* tinyxmlparser.cpp */, + ABE670261415DE6C00E8E4C9 /* tinystr.h */, + ABE670281415DE6C00E8E4C9 /* tinyxml.h */, ); path = tinyxml; sourceTree = ""; @@ -2332,6 +2344,8 @@ ABFE7C9217C5D03C0028DC56 /* slot1comp_mc.cpp in Sources */, ABFE7C9517C5D03C0028DC56 /* slot1comp_rom.cpp in Sources */, ABF55C2917CEB38F00A193FD /* slot1comp_protocol.cpp in Sources */, + AB497A9C17D583EE0045B888 /* fsnitro.cpp in Sources */, + AB497AA017D584570045B888 /* slot1_retail_mcrom_debug.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2499,6 +2513,8 @@ ABFE7C9117C5D03C0028DC56 /* slot1comp_mc.cpp in Sources */, ABFE7C9417C5D03C0028DC56 /* slot1comp_rom.cpp in Sources */, ABF55C2817CEB38F00A193FD /* slot1comp_protocol.cpp in Sources */, + AB497A9B17D583EE0045B888 /* fsnitro.cpp in Sources */, + AB497A9F17D584570045B888 /* slot1_retail_mcrom_debug.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2655,6 +2671,8 @@ ABFE7C9317C5D03C0028DC56 /* slot1comp_mc.cpp in Sources */, ABFE7C9617C5D03C0028DC56 /* slot1comp_rom.cpp in Sources */, ABF55C2A17CEB38F00A193FD /* slot1comp_protocol.cpp in Sources */, + AB497A9D17D583EE0045B888 /* fsnitro.cpp in Sources */, + AB497AA117D584570045B888 /* slot1_retail_mcrom_debug.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/desmume/src/cocoa/DeSmuME (Xcode 5).xcodeproj/project.pbxproj b/desmume/src/cocoa/DeSmuME (Xcode 5).xcodeproj/project.pbxproj index 6b9d6293d..66a204417 100644 --- a/desmume/src/cocoa/DeSmuME (Xcode 5).xcodeproj/project.pbxproj +++ b/desmume/src/cocoa/DeSmuME (Xcode 5).xcodeproj/project.pbxproj @@ -72,6 +72,12 @@ AB26D87C16B5253D00A2305C /* OGLRender_3_2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB68A0DA16B139BC00DE0546 /* OGLRender_3_2.cpp */; }; AB29B33116D4BEBF000EF671 /* InputManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = AB29B33016D4BEBF000EF671 /* InputManager.mm */; }; AB29B33216D4BEBF000EF671 /* InputManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = AB29B33016D4BEBF000EF671 /* InputManager.mm */; }; + AB2EE12C17D57ED500F68622 /* slot1_retail_mcrom_debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB2EE12B17D57ED500F68622 /* slot1_retail_mcrom_debug.cpp */; }; + AB2EE12D17D57ED500F68622 /* slot1_retail_mcrom_debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB2EE12B17D57ED500F68622 /* slot1_retail_mcrom_debug.cpp */; }; + AB2EE12E17D57ED500F68622 /* slot1_retail_mcrom_debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB2EE12B17D57ED500F68622 /* slot1_retail_mcrom_debug.cpp */; }; + AB2EE13117D57F5000F68622 /* fsnitro.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB2EE13017D57F5000F68622 /* fsnitro.cpp */; }; + AB2EE13217D57F5000F68622 /* fsnitro.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB2EE13017D57F5000F68622 /* fsnitro.cpp */; }; + AB2EE13317D57F5000F68622 /* fsnitro.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB2EE13017D57F5000F68622 /* fsnitro.cpp */; }; AB350BA51478AC96007165AC /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AB350BA41478AC96007165AC /* IOKit.framework */; }; AB350D3B147A1D93007165AC /* HID_usage_strings.plist in Resources */ = {isa = PBXBuildFile; fileRef = AB350D3A147A1D93007165AC /* HID_usage_strings.plist */; }; AB3701E5173A3FBF006E573E /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AB74EC891738499C0026C41E /* Carbon.framework */; }; @@ -720,6 +726,9 @@ AB23567216C2F6F400DA782E /* macosx_10_5_compat.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = macosx_10_5_compat.cpp; sourceTree = ""; }; AB29B32F16D4BEBF000EF671 /* InputManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InputManager.h; sourceTree = ""; }; AB29B33016D4BEBF000EF671 /* InputManager.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = InputManager.mm; sourceTree = ""; }; + AB2EE12B17D57ED500F68622 /* slot1_retail_mcrom_debug.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = slot1_retail_mcrom_debug.cpp; sourceTree = ""; }; + AB2EE12F17D57F5000F68622 /* fsnitro.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fsnitro.h; sourceTree = ""; }; + AB2EE13017D57F5000F68622 /* fsnitro.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fsnitro.cpp; sourceTree = ""; }; AB350BA41478AC96007165AC /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; }; AB350D38147A1D8D007165AC /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = English; path = translations/English.lproj/HID_usage_strings.plist; sourceTree = ""; }; AB3A655C16CC5416001F5D4A /* EmuControllerDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EmuControllerDelegate.h; sourceTree = ""; }; @@ -1624,6 +1633,7 @@ ABD1FF011345AC9B00AF11D1 /* slot1_r4.cpp */, AB9038A917C5ED2200F410BD /* slot1_retail_auto.cpp */, AB9038AA17C5ED2200F410BD /* slot1_retail_mcrom.cpp */, + AB2EE12B17D57ED500F68622 /* slot1_retail_mcrom_debug.cpp */, AB6FBEF5139B6258007BB045 /* slot1_retail_nand.cpp */, AB9038AB17C5ED2200F410BD /* slot1comp_mc.cpp */, AB8B7AAB17CE8C440051CEBF /* slot1comp_protocol.cpp */, @@ -1661,11 +1671,12 @@ ABD1FF211345ACBF00AF11D1 /* decrypt */, ABD1FF2E1345ACBF00AF11D1 /* libfat */, ABE670241415DE6C00E8E4C9 /* tinyxml */, - AB9038A517C5ECFD00F410BD /* advanscene.cpp */, ABD1FF1D1345ACBF00AF11D1 /* ConvertUTF.c */, + AB9038A517C5ECFD00F410BD /* advanscene.cpp */, ABD1FF1F1345ACBF00AF11D1 /* datetime.cpp */, ABD1FF281345ACBF00AF11D1 /* dlditool.cpp */, ABD1FF291345ACBF00AF11D1 /* emufat.cpp */, + AB2EE13017D57F5000F68622 /* fsnitro.cpp */, ABD1FF2C1345ACBF00AF11D1 /* guid.cpp */, ABD1FF4A1345ACBF00AF11D1 /* md5.cpp */, ABD1FF4C1345ACBF00AF11D1 /* task.cpp */, @@ -1676,6 +1687,7 @@ ABD1FF201345ACBF00AF11D1 /* datetime.h */, ABD1FF2A1345ACBF00AF11D1 /* emufat.h */, ABD1FF2B1345ACBF00AF11D1 /* emufat_types.h */, + AB2EE12F17D57F5000F68622 /* fsnitro.h */, ABD1FF2D1345ACBF00AF11D1 /* guid.h */, ABD1FF4B1345ACBF00AF11D1 /* md5.h */, ABD1FF4D1345ACBF00AF11D1 /* task.h */, @@ -1780,11 +1792,11 @@ isa = PBXGroup; children = ( ABE670251415DE6C00E8E4C9 /* tinystr.cpp */, - ABE670261415DE6C00E8E4C9 /* tinystr.h */, ABE670271415DE6C00E8E4C9 /* tinyxml.cpp */, - ABE670281415DE6C00E8E4C9 /* tinyxml.h */, ABE670291415DE6C00E8E4C9 /* tinyxmlerror.cpp */, ABE6702A1415DE6C00E8E4C9 /* tinyxmlparser.cpp */, + ABE670261415DE6C00E8E4C9 /* tinystr.h */, + ABE670281415DE6C00E8E4C9 /* tinyxml.h */, ); path = tinyxml; sourceTree = ""; @@ -2198,6 +2210,7 @@ ABD1FEDF1345AC8400AF11D1 /* FIFO.cpp in Sources */, ABAD3E7413AF1D6D00502E1E /* FIFOSampleBuffer.cpp in Sources */, ABD1FF601345ACBF00AF11D1 /* file_allocation_table.cpp in Sources */, + AB2EE12D17D57ED500F68622 /* slot1_retail_mcrom_debug.cpp in Sources */, ABD1FF611345ACBF00AF11D1 /* filetime.cpp in Sources */, ABAD3E7513AF1D6D00502E1E /* FIRFilter.cpp in Sources */, ABD1FEE01345AC8400AF11D1 /* firmware.cpp in Sources */, @@ -2320,6 +2333,7 @@ AB40568E169F5DCC0016AC3E /* x86func.cpp in Sources */, AB405691169F5DCC0016AC3E /* x86operand.cpp in Sources */, AB405694169F5DCC0016AC3E /* x86util.cpp in Sources */, + AB2EE13217D57F5000F68622 /* fsnitro.cpp in Sources */, AB23567416C2F6F400DA782E /* macosx_10_5_compat.cpp in Sources */, AB23567516C2FAD800DA782E /* OGLRender_3_2.cpp in Sources */, AB3A655F16CC5421001F5D4A /* EmuControllerDelegate.mm in Sources */, @@ -2346,6 +2360,7 @@ AB796CF315CDCBA200C59155 /* armcpu.cpp in Sources */, AB796CF415CDCBA200C59155 /* bios.cpp in Sources */, AB796CF515CDCBA200C59155 /* cache.cpp in Sources */, + AB2EE13117D57F5000F68622 /* fsnitro.cpp in Sources */, AB796CF615CDCBA200C59155 /* cheatSystem.cpp in Sources */, AB796CF715CDCBA200C59155 /* common.cpp in Sources */, AB9038B517C5ED2200F410BD /* slot1comp_mc.cpp in Sources */, @@ -2402,6 +2417,7 @@ AB796D2715CDCBA200C59155 /* saves.cpp in Sources */, AB796D2815CDCBA200C59155 /* slot1.cpp in Sources */, AB796D2915CDCBA200C59155 /* slot1_none.cpp in Sources */, + AB2EE12C17D57ED500F68622 /* slot1_retail_mcrom_debug.cpp in Sources */, AB796D2A15CDCBA200C59155 /* slot1_r4.cpp in Sources */, AB796D2C15CDCBA200C59155 /* slot1_retail_nand.cpp in Sources */, AB796D2D15CDCBA200C59155 /* slot2_expMemory.cpp in Sources */, @@ -2521,6 +2537,7 @@ ABB3C67C1501C04F00E0C22E /* slot2_expMemory.cpp in Sources */, ABB3C67D1501C04F00E0C22E /* slot2_gbagame.cpp in Sources */, ABB3C67E1501C04F00E0C22E /* slot2_guitarGrip.cpp in Sources */, + AB2EE12E17D57ED500F68622 /* slot1_retail_mcrom_debug.cpp in Sources */, ABB3C67F1501C04F00E0C22E /* slot2_mpcf.cpp in Sources */, ABB3C6801501C04F00E0C22E /* slot2_none.cpp in Sources */, ABB3C6811501C04F00E0C22E /* slot2_paddle.cpp in Sources */, @@ -2610,6 +2627,7 @@ ABB3C6D41501C04F00E0C22E /* texcache.cpp in Sources */, AB9038BA17C5ED2200F410BD /* slot1comp_rom.cpp in Sources */, ABB3C6D51501C04F00E0C22E /* thumb_instructions.cpp in Sources */, + AB2EE13317D57F5000F68622 /* fsnitro.cpp in Sources */, ABB3C6D61501C04F00E0C22E /* version.cpp in Sources */, ABB3C6D71501C04F00E0C22E /* wifi.cpp in Sources */, ABE9EEEA1501C6EB00D3FB19 /* cocoa_firmware.mm in Sources */,