Skip to content

Commit

Permalink
Remove the mostly broken VCN code
Browse files Browse the repository at this point in the history
Signed-off-by: Visual Ehrmanntraut <[email protected]>
  • Loading branch information
VisualEhrmanntraut committed Mar 13, 2024
1 parent 5a85ab1 commit 86c561c
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 549 deletions.
8 changes: 0 additions & 8 deletions NootedRed.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
1C748C2D1C21952C0024EED2 /* PluginStart.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1C748C2C1C21952C0024EED2 /* PluginStart.cpp */; };
4002B2682AE478AA00B40D3B /* ZlibAlloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4002B2662AE478AA00B40D3B /* ZlibAlloc.cpp */; };
4002B2692AE478AA00B40D3B /* ZlibAlloc.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 4002B2672AE478AA00B40D3B /* ZlibAlloc.hpp */; };
4019EAE42A348852008D800B /* DYLDPatches.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 4019EAE32A348852008D800B /* DYLDPatches.hpp */; };
4019EAE62A3488ED008D800B /* DYLDPatches.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4019EAE52A3488EC008D800B /* DYLDPatches.cpp */; };
40364DB629B79DFD0070A2B4 /* Model.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 40364DB529B79DFD0070A2B4 /* Model.hpp */; };
4068898B2A229BF600028D22 /* PatcherPlus.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 406889892A229BF600028D22 /* PatcherPlus.cpp */; };
4068898C2A229BF600028D22 /* PatcherPlus.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 4068898A2A229BF600028D22 /* PatcherPlus.hpp */; };
Expand Down Expand Up @@ -52,8 +50,6 @@
1C748C2E1C21952C0024EED2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4002B2662AE478AA00B40D3B /* ZlibAlloc.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ZlibAlloc.cpp; sourceTree = "<group>"; };
4002B2672AE478AA00B40D3B /* ZlibAlloc.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = ZlibAlloc.hpp; sourceTree = "<group>"; };
4019EAE32A348852008D800B /* DYLDPatches.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = DYLDPatches.hpp; sourceTree = "<group>"; };
4019EAE52A3488EC008D800B /* DYLDPatches.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = DYLDPatches.cpp; sourceTree = "<group>"; };
40364DB529B79DFD0070A2B4 /* Model.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = Model.hpp; sourceTree = "<group>"; };
403E67BD2AA7356D00F43943 /* psp_hdcp.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; path = psp_hdcp.bin; sourceTree = "<group>"; };
403E67BE2AA7356D00F43943 /* psp_dtm.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; path = psp_dtm.bin; sourceTree = "<group>"; };
Expand Down Expand Up @@ -169,8 +165,6 @@
children = (
CEB402A71F181D8300716912 /* AMDCommon.hpp */,
40FC5FCE29BF942900367F9D /* ATOMBIOS.hpp */,
4019EAE52A3488EC008D800B /* DYLDPatches.cpp */,
4019EAE32A348852008D800B /* DYLDPatches.hpp */,
408F201A288AC068002EEC15 /* Firmware */,
408F201F288ACBE6002EEC15 /* Firmware.cpp */,
408F201E288ACBB0002EEC15 /* Firmware.hpp */,
Expand Down Expand Up @@ -309,7 +303,6 @@
40FC5FD629BF995000367F9D /* X6000FB.hpp in Headers */,
40FC5FDE29BF996900367F9D /* HWLibs.hpp in Headers */,
4002B2692AE478AA00B40D3B /* ZlibAlloc.hpp in Headers */,
4019EAE42A348852008D800B /* DYLDPatches.hpp in Headers */,
4068898C2A229BF600028D22 /* PatcherPlus.hpp in Headers */,
6C1B36672A407C6200B184DD /* HDMI.hpp in Headers */,
);
Expand Down Expand Up @@ -423,7 +416,6 @@
CE405ED91E4A080700AA0B3D /* plugin_start.cpp in Sources */,
40FC5FD929BF995E00367F9D /* X5000.cpp in Sources */,
1C748C2D1C21952C0024EED2 /* PluginStart.cpp in Sources */,
4019EAE62A3488ED008D800B /* DYLDPatches.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
132 changes: 0 additions & 132 deletions NootedRed/DYLDPatches.cpp

This file was deleted.

Loading

0 comments on commit 86c561c

Please sign in to comment.