Skip to content

Commit

Permalink
[CKPE]
Browse files Browse the repository at this point in the history
- Remove unstable com patch;
  • Loading branch information
Perchik71 committed Dec 25, 2024
1 parent 3332ad1 commit 781e55f
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 135 deletions.
2 changes: 0 additions & 2 deletions Creation Kit Platform Extended Core/Core/Engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
#include "Patches/PapyrusEditorLimit.h"
#include "Patches/UIHotkeys.h"
#include "Patches/D3D11Patch.h"
#include "Patches/ComPatch.h"

#include "Experimental/RuntimeOptimization.h"

Expand Down Expand Up @@ -212,7 +211,6 @@ namespace CreationKitPlatformExtended
new CreationKitPlatformExtended::Patches::UIThemePatchAdditional(),
new CreationKitPlatformExtended::Patches::PapyrusEditorLimitPatch(),
new CreationKitPlatformExtended::Patches::D3D11Patch(),
new CreationKitPlatformExtended::Patches::ComPatch(),
_Theme,
_ClassicTheme,
INICacheData,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@
<ClCompile Include="NiAPI\NiMemoryManager.cpp" />
<ClCompile Include="NiAPI\NiRTTI.cpp" />
<ClCompile Include="Patches\AllowMultipleWindowAndMaster.cpp" />
<ClCompile Include="Patches\ComPatch.cpp" />
<ClCompile Include="Patches\ConsolePatch.cpp" />
<ClCompile Include="Patches\CrashDumpPatch.cpp" />
<ClCompile Include="Patches\D3D11Patch.cpp" />
Expand Down Expand Up @@ -610,7 +609,6 @@
<ClInclude Include="NiAPI\NiTMap.h" />
<ClInclude Include="NiAPI\NiTypes.h" />
<ClInclude Include="Patches\AllowMultipleWindowAndMaster.h" />
<ClInclude Include="Patches\ComPatch.h" />
<ClInclude Include="Patches\ConsolePatch.h" />
<ClInclude Include="Patches\CrashDumpPatch.h" />
<ClInclude Include="Patches\D3D11Patch.h" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -901,9 +901,6 @@
<ClCompile Include="Patches\FO4\FixBadPictureInRender.cpp">
<Filter>Patches\FO4</Filter>
</ClCompile>
<ClCompile Include="Patches\ComPatch.cpp">
<Filter>Patches</Filter>
</ClCompile>
<ClCompile Include="..\Dependencies\DirectXTex\src\ScreenGrab11.cpp">
<Filter>Dependecies\DirectXTexUtils</Filter>
</ClCompile>
Expand Down Expand Up @@ -2203,9 +2200,6 @@
<ClInclude Include="Patches\FO4\FixBadPictureInRender.h">
<Filter>Patches\FO4</Filter>
</ClInclude>
<ClInclude Include="Patches\ComPatch.h">
<Filter>Patches</Filter>
</ClInclude>
<ClInclude Include="..\Dependencies\DirectXTex\include\ScreenGrab11.h">
<Filter>Dependecies\DirectXTexUtils</Filter>
</ClInclude>
Expand Down
84 changes: 0 additions & 84 deletions Creation Kit Platform Extended Core/Patches/ComPatch.cpp

This file was deleted.

41 changes: 0 additions & 41 deletions Creation Kit Platform Extended Core/Patches/ComPatch.h

This file was deleted.

Binary file modified Creation Kit Platform Extended Core/Version/build_version.txt
Binary file not shown.
Binary file modified Creation Kit Platform Extended Core/Version/resource_version2.h
Binary file not shown.

0 comments on commit 781e55f

Please sign in to comment.