Merge pull request #24 from lioncash/remove-ocl-references
Remove leftover references to OpenCL from the Visual Studio vcxproj file for VideoCommon.
This commit is contained in:
commit
70f66ad325
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<ItemGroup Label="ProjectConfigurations">
|
<ItemGroup Label="ProjectConfigurations">
|
||||||
<ProjectConfiguration Include="Debug|Win32">
|
<ProjectConfiguration Include="Debug|Win32">
|
||||||
|
@ -112,8 +112,6 @@
|
||||||
<ClInclude Include="NativeVertexFormat.h" />
|
<ClInclude Include="NativeVertexFormat.h" />
|
||||||
<ClInclude Include="OnScreenDisplay.h" />
|
<ClInclude Include="OnScreenDisplay.h" />
|
||||||
<ClInclude Include="OpcodeDecoding.h" />
|
<ClInclude Include="OpcodeDecoding.h" />
|
||||||
<ClInclude Include="OpenCL.h" />
|
|
||||||
<ClInclude Include="OpenCL\OCLTextureDecoder.h" />
|
|
||||||
<ClInclude Include="PerfQueryBase.h" />
|
<ClInclude Include="PerfQueryBase.h" />
|
||||||
<ClInclude Include="PixelEngine.h" />
|
<ClInclude Include="PixelEngine.h" />
|
||||||
<ClInclude Include="PixelShaderGen.h" />
|
<ClInclude Include="PixelShaderGen.h" />
|
||||||
|
|
Loading…
Reference in New Issue