diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2023-01-26 23:15:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-26 23:15:23 +0100 |
| commit | 9c9310bf44f0a7b0ad1de2e643f32ec00a553e0e (patch) | |
| tree | 613159524f59f9cabe66791dfa42856026e33ad8 /Source/Core/DolphinLib.props | |
| parent | 09a8d9591db06ebdbe5abdd3166c76982856fc55 (diff) | |
| parent | 7413be148705866efebd504ef7356377dce81274 (diff) | |
Merge pull request #11208 from TellowKrinkle/CPUCull
Cull vertices on the CPU
Diffstat (limited to 'Source/Core/DolphinLib.props')
| -rw-r--r-- | Source/Core/DolphinLib.props | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Core/DolphinLib.props b/Source/Core/DolphinLib.props index 7150e8d783..1bb676eeae 100644 --- a/Source/Core/DolphinLib.props +++ b/Source/Core/DolphinLib.props @@ -632,6 +632,8 @@ <ClInclude Include="VideoCommon\CommandProcessor.h" /> <ClInclude Include="VideoCommon\ConstantManager.h" /> <ClInclude Include="VideoCommon\CPMemory.h" /> + <ClInclude Include="VideoCommon\CPUCull.h" /> + <ClInclude Include="VideoCommon\CPUCullImpl.h" /> <ClInclude Include="VideoCommon\DataReader.h" /> <ClInclude Include="VideoCommon\DriverDetails.h" /> <ClInclude Include="VideoCommon\Fifo.h" /> @@ -1226,6 +1228,7 @@ <ClCompile Include="VideoCommon\BPStructs.cpp" /> <ClCompile Include="VideoCommon\CommandProcessor.cpp" /> <ClCompile Include="VideoCommon\CPMemory.cpp" /> + <ClCompile Include="VideoCommon\CPUCull.cpp" /> <ClCompile Include="VideoCommon\DriverDetails.cpp" /> <ClCompile Include="VideoCommon\Fifo.cpp" /> <ClCompile Include="VideoCommon\FramebufferManager.cpp" /> |
