Skip to content

Commit

Permalink
Copy missing assets file for PPGE fixes PPSSPP-Core #26 and #27
Browse files Browse the repository at this point in the history
  • Loading branch information
duckey77 committed Aug 24, 2020
1 parent 5ea6d91 commit db25eac
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions PPSSPP.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,10 @@
EE5B9F172363675E00123ECF /* spirv_cross_parsed_ir.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE5B9F142363675E00123ECF /* spirv_cross_parsed_ir.cpp */; };
EE5B9F1D236367EC00123ECF /* spirv_parser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE5B9F19236367EB00123ECF /* spirv_parser.cpp */; };
EE5B9F1E236367EC00123ECF /* spirv_reflect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE5B9F1B236367EC00123ECF /* spirv_reflect.cpp */; };
EE5FDACB24F340CA00DA2D43 /* ui_atlas_lowmem.zim in Resources */ = {isa = PBXBuildFile; fileRef = EE5FDAC724F340C900DA2D43 /* ui_atlas_lowmem.zim */; };
EE5FDACC24F340CA00DA2D43 /* ppge_atlas.meta in Resources */ = {isa = PBXBuildFile; fileRef = EE5FDAC824F340C900DA2D43 /* ppge_atlas.meta */; };
EE5FDACD24F340CA00DA2D43 /* ui_atlas.zim in Resources */ = {isa = PBXBuildFile; fileRef = EE5FDAC924F340C900DA2D43 /* ui_atlas.zim */; };
EE5FDACE24F340CA00DA2D43 /* ui_atlas.meta in Resources */ = {isa = PBXBuildFile; fileRef = EE5FDACA24F340C900DA2D43 /* ui_atlas.meta */; };
EE7679CA20C82E89006470A2 /* Replay.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE7679C920C82E88006470A2 /* Replay.cpp */; };
EE76801920C82F9B006470A2 /* spirv_glsl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE7677DA20C82D0D006470A2 /* spirv_glsl.cpp */; };
EE76802120C833B9006470A2 /* spirv_cross.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE7677E920C82D0D006470A2 /* spirv_cross.cpp */; };
Expand Down Expand Up @@ -1608,6 +1612,10 @@
EE5B9F1A236367EB00123ECF /* spirv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spirv.h; sourceTree = "<group>"; };
EE5B9F1B236367EC00123ECF /* spirv_reflect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = spirv_reflect.cpp; sourceTree = "<group>"; };
EE5B9F1C236367EC00123ECF /* spirv_parser.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = spirv_parser.hpp; sourceTree = "<group>"; };
EE5FDAC724F340C900DA2D43 /* ui_atlas_lowmem.zim */ = {isa = PBXFileReference; lastKnownFileType = file; path = ui_atlas_lowmem.zim; sourceTree = "<group>"; };
EE5FDAC824F340C900DA2D43 /* ppge_atlas.meta */ = {isa = PBXFileReference; lastKnownFileType = file; path = ppge_atlas.meta; sourceTree = "<group>"; };
EE5FDAC924F340C900DA2D43 /* ui_atlas.zim */ = {isa = PBXFileReference; lastKnownFileType = file; path = ui_atlas.zim; sourceTree = "<group>"; };
EE5FDACA24F340C900DA2D43 /* ui_atlas.meta */ = {isa = PBXFileReference; lastKnownFileType = file; path = ui_atlas.meta; sourceTree = "<group>"; };
EE7677DA20C82D0D006470A2 /* spirv_glsl.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = spirv_glsl.cpp; sourceTree = "<group>"; };
EE7677DE20C82D0D006470A2 /* barrier.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = barrier.hpp; sourceTree = "<group>"; };
EE7677DF20C82D0D006470A2 /* thread_group.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = thread_group.hpp; sourceTree = "<group>"; };
Expand Down Expand Up @@ -4834,6 +4842,10 @@
8CBB2C1D1790534900349818 /* assets */ = {
isa = PBXGroup;
children = (
EE5FDAC824F340C900DA2D43 /* ppge_atlas.meta */,
EE5FDAC724F340C900DA2D43 /* ui_atlas_lowmem.zim */,
EE5FDACA24F340C900DA2D43 /* ui_atlas.meta */,
EE5FDAC924F340C900DA2D43 /* ui_atlas.zim */,
3E3044D01F2194FA00B06252 /* flash0 */,
87E4F4451C24A78B00110A77 /* compat.ini */,
8706346A1C2516A1007FAA2F /* knownfuncs.ini */,
Expand Down Expand Up @@ -7066,10 +7078,14 @@
buildActionMask = 2147483647;
files = (
8706346C1C2516A1007FAA2F /* knownfuncs.ini in Resources */,
EE5FDACE24F340CA00DA2D43 /* ui_atlas.meta in Resources */,
EE5FDACC24F340CA00DA2D43 /* ppge_atlas.meta in Resources */,
87E4F4461C24A78B00110A77 /* compat.ini in Resources */,
3E3044D11F2194FF00B06252 /* flash0 in Resources */,
EE5FDACD24F340CA00DA2D43 /* ui_atlas.zim in Resources */,
8706346D1C2516A1007FAA2F /* langregion.ini in Resources */,
8CBB2C1F1790535A00349818 /* ppge_atlas.zim in Resources */,
EE5FDACB24F340CA00DA2D43 /* ui_atlas_lowmem.zim in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit db25eac

Please sign in to comment.