From 3c38e824cd3dfaa745720a88ada147cf4813dfcc Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Wed, 1 Aug 2018 20:13:26 +0200 Subject: [PATCH] OSX, IOS: Add xbrz to project --- .../reicast-ios.xcodeproj/project.pbxproj | 26 +++++++++++++++++++ .../reicast-osx.xcodeproj/project.pbxproj | 26 +++++++++++++++++++ 2 files changed, 52 insertions(+) diff --git a/shell/apple/emulator-ios/reicast-ios.xcodeproj/project.pbxproj b/shell/apple/emulator-ios/reicast-ios.xcodeproj/project.pbxproj index 8c44edb1d..1db463737 100644 --- a/shell/apple/emulator-ios/reicast-ios.xcodeproj/project.pbxproj +++ b/shell/apple/emulator-ios/reicast-ios.xcodeproj/project.pbxproj @@ -227,6 +227,9 @@ 9C7A3B5918C81A4F0070BB5F /* SWRevealViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C7A3B5818C81A4F0070BB5F /* SWRevealViewController.m */; }; 9C7A3BC418C84EA10070BB5F /* MainStoryboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9C7A3BC318C84EA10070BB5F /* MainStoryboard.storyboard */; }; AE8C27372111EA0200D4D8F4 /* dsp_interp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AE8C27352111EA0200D4D8F4 /* dsp_interp.cpp */; }; + AE8C274C21122F0E00D4D8F4 /* Changelog.txt in Resources */ = {isa = PBXBuildFile; fileRef = AE8C274521122F0E00D4D8F4 /* Changelog.txt */; }; + AE8C274D21122F0E00D4D8F4 /* License.txt in Resources */ = {isa = PBXBuildFile; fileRef = AE8C274621122F0E00D4D8F4 /* License.txt */; }; + AE8C274E21122F0E00D4D8F4 /* xbrz.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AE8C274721122F0E00D4D8F4 /* xbrz.cpp */; }; EBDF37561BB96E1B001191B5 /* audiobackend_coreaudio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EBDF37541BB96E1B001191B5 /* audiobackend_coreaudio.cpp */; }; EBDF375A1BB96ECD001191B5 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EBDF37591BB96ECD001191B5 /* AudioToolbox.framework */; }; /* End PBXBuildFile section */ @@ -607,6 +610,12 @@ 9C7A3B5818C81A4F0070BB5F /* SWRevealViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SWRevealViewController.m; sourceTree = ""; }; 9C7A3BC318C84EA10070BB5F /* MainStoryboard.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = MainStoryboard.storyboard; sourceTree = ""; }; AE8C27352111EA0200D4D8F4 /* dsp_interp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dsp_interp.cpp; sourceTree = ""; }; + AE8C274521122F0E00D4D8F4 /* Changelog.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Changelog.txt; sourceTree = ""; }; + AE8C274621122F0E00D4D8F4 /* License.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = License.txt; sourceTree = ""; }; + AE8C274721122F0E00D4D8F4 /* xbrz.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = xbrz.cpp; sourceTree = ""; }; + AE8C274821122F0E00D4D8F4 /* xbrz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xbrz.h; sourceTree = ""; }; + AE8C274921122F0E00D4D8F4 /* xbrz_config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xbrz_config.h; sourceTree = ""; }; + AE8C274A21122F0E00D4D8F4 /* xbrz_tools.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xbrz_tools.h; sourceTree = ""; }; EBDF37541BB96E1B001191B5 /* audiobackend_coreaudio.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audiobackend_coreaudio.cpp; sourceTree = ""; }; EBDF37551BB96E1B001191B5 /* audiobackend_coreaudio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audiobackend_coreaudio.h; sourceTree = ""; }; EBDF37571BB96E75001191B5 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = System/Library/Frameworks/AudioUnit.framework; sourceTree = SDKROOT; }; @@ -936,6 +945,7 @@ 9C7A396218C806DE0070BB5F /* libelf */, 9C7A396A18C806DE0070BB5F /* libpng */, 9C7A397E18C806DF0070BB5F /* libzip */, + AE8C274421122F0E00D4D8F4 /* xbrz */, ); path = deps; sourceTree = ""; @@ -1400,6 +1410,19 @@ path = gles; sourceTree = ""; }; + AE8C274421122F0E00D4D8F4 /* xbrz */ = { + isa = PBXGroup; + children = ( + AE8C274521122F0E00D4D8F4 /* Changelog.txt */, + AE8C274621122F0E00D4D8F4 /* License.txt */, + AE8C274721122F0E00D4D8F4 /* xbrz.cpp */, + AE8C274821122F0E00D4D8F4 /* xbrz.h */, + AE8C274921122F0E00D4D8F4 /* xbrz_config.h */, + AE8C274A21122F0E00D4D8F4 /* xbrz_tools.h */, + ); + path = xbrz; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -1468,6 +1491,7 @@ 87D92F491B7A1B4800D8FD9E /* RTrigger.png in Resources */, 87D92F4B1B7A1B4800D8FD9E /* Start.png in Resources */, 9C7A393318C804A80070BB5F /* reicast.entitlements in Resources */, + AE8C274D21122F0E00D4D8F4 /* License.txt in Resources */, 87D92F391B7A1B4800D8FD9E /* 210-twitterbird.png in Resources */, 87D92F3A1B7A1B4800D8FD9E /* 210-twitterbird@2x.png in Resources */, 87D92F3D1B7A1B4800D8FD9E /* DPad.png in Resources */, @@ -1496,6 +1520,7 @@ 87D92F3B1B7A1B4800D8FD9E /* ABXYPad.png in Resources */, 87D92F481B7A1B4800D8FD9E /* menuicon@2x.png in Resources */, 87D92F371B7A1B4800D8FD9E /* 210-octocat.png in Resources */, + AE8C274C21122F0E00D4D8F4 /* Changelog.txt in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1551,6 +1576,7 @@ 9C7A3B3318C806E00070BB5F /* sh4_rom.cpp in Sources */, 877652C91B6157FC00437F10 /* ngen_arm.S in Sources */, 9C7A3B1918C806E00070BB5F /* spg.cpp in Sources */, + AE8C274E21122F0E00D4D8F4 /* xbrz.cpp in Sources */, 9C7A3AE318C806E00070BB5F /* zip_source_buffer.c in Sources */, 9C7A3B2318C806E00070BB5F /* sh4_opcodes.cpp in Sources */, 84967C951B8F492C005F1140 /* pngmem.c 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 18335b7dc..3ee7d5b8e 100644 --- a/shell/apple/emulator-osx/reicast-osx.xcodeproj/project.pbxproj +++ b/shell/apple/emulator-osx/reicast-osx.xcodeproj/project.pbxproj @@ -194,6 +194,9 @@ AE1E293B2095FB1600FC6BA2 /* rec_cpp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AE1E293A2095FB1600FC6BA2 /* rec_cpp.cpp */; }; AE1E294020A96B0B00FC6BA2 /* rec_x64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AE1E293F20A96B0B00FC6BA2 /* rec_x64.cpp */; }; AE8C27342111A31100D4D8F4 /* dsp_interp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AE8C27332111A31100D4D8F4 /* dsp_interp.cpp */; }; + AE8C274121122E2500D4D8F4 /* Changelog.txt in Resources */ = {isa = PBXBuildFile; fileRef = AE8C273B21122E2500D4D8F4 /* Changelog.txt */; }; + AE8C274221122E2500D4D8F4 /* License.txt in Resources */ = {isa = PBXBuildFile; fileRef = AE8C273C21122E2500D4D8F4 /* License.txt */; }; + AE8C274321122E2500D4D8F4 /* xbrz.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AE8C273D21122E2500D4D8F4 /* xbrz.cpp */; }; EBDF374F1BB96581001191B5 /* audiobackend_coreaudio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EBDF374D1BB96581001191B5 /* audiobackend_coreaudio.cpp */; }; EBDF37511BB969EE001191B5 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EBDF37501BB969EE001191B5 /* CoreAudio.framework */; }; EBDF37531BB969F8001191B5 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EBDF37521BB969F8001191B5 /* AudioUnit.framework */; }; @@ -547,6 +550,12 @@ AE1E293A2095FB1600FC6BA2 /* rec_cpp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = rec_cpp.cpp; sourceTree = ""; }; AE1E293F20A96B0B00FC6BA2 /* rec_x64.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = rec_x64.cpp; sourceTree = ""; }; AE8C27332111A31100D4D8F4 /* dsp_interp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dsp_interp.cpp; sourceTree = ""; }; + AE8C273B21122E2500D4D8F4 /* Changelog.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Changelog.txt; sourceTree = ""; }; + AE8C273C21122E2500D4D8F4 /* License.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = License.txt; sourceTree = ""; }; + AE8C273D21122E2500D4D8F4 /* xbrz.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = xbrz.cpp; sourceTree = ""; }; + AE8C273E21122E2500D4D8F4 /* xbrz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xbrz.h; sourceTree = ""; }; + AE8C273F21122E2500D4D8F4 /* xbrz_config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xbrz_config.h; sourceTree = ""; }; + AE8C274021122E2500D4D8F4 /* xbrz_tools.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xbrz_tools.h; sourceTree = ""; }; EBDF374D1BB96581001191B5 /* audiobackend_coreaudio.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audiobackend_coreaudio.cpp; sourceTree = ""; }; EBDF374E1BB96581001191B5 /* audiobackend_coreaudio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audiobackend_coreaudio.h; sourceTree = ""; }; EBDF37501BB969EE001191B5 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; }; @@ -694,6 +703,7 @@ 84B7BD2D1B72720100F9733F /* libelf */, 84B7BD351B72720100F9733F /* libpng */, 84B7BD661B72720100F9733F /* libzip */, + AE8C273A21122E2500D4D8F4 /* xbrz */, AE1E292620947D4700FC6BA2 /* xbyak */, 84B7BDA01B72720100F9733F /* zlib */, ); @@ -1319,6 +1329,19 @@ path = "../../../core/rec-x64"; sourceTree = ""; }; + AE8C273A21122E2500D4D8F4 /* xbrz */ = { + isa = PBXGroup; + children = ( + AE8C273B21122E2500D4D8F4 /* Changelog.txt */, + AE8C273C21122E2500D4D8F4 /* License.txt */, + AE8C273D21122E2500D4D8F4 /* xbrz.cpp */, + AE8C273E21122E2500D4D8F4 /* xbrz.h */, + AE8C273F21122E2500D4D8F4 /* xbrz_config.h */, + AE8C274021122E2500D4D8F4 /* xbrz_tools.h */, + ); + path = xbrz; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -1404,8 +1427,10 @@ files = ( 84B7BF221B72720200F9733F /* emitter.vcxproj in Resources */, 84B7BF231B72720200F9733F /* emitter.vcxproj.user in Resources */, + AE8C274221122E2500D4D8F4 /* License.txt in Resources */, 84A388BB1B1CDD3E000166C0 /* Images.xcassets in Resources */, 84A388BE1B1CDD3E000166C0 /* MainMenu.xib in Resources */, + AE8C274121122E2500D4D8F4 /* Changelog.txt in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1566,6 +1591,7 @@ 84B7BF481B72720200F9733F /* sh4_opcodes.cpp in Sources */, 84B7BF141B72720200F9733F /* zip_unchange_archive.c in Sources */, 84B7BF4A1B72720200F9733F /* ccn.cpp in Sources */, + AE8C274321122E2500D4D8F4 /* xbrz.cpp in Sources */, 84B7BEE11B72720200F9733F /* zip_add.c in Sources */, 84B7BF4C1B72720200F9733F /* dmac.cpp in Sources */, 84B7BEFD1B72720200F9733F /* zip_get_num_files.c in Sources */,