mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
VideoCommon: update vcproj file to set HAS_VULKAN
This commit is contained in:
parent
d12380f26b
commit
272717b3f4
1 changed files with 6 additions and 1 deletions
|
@ -15,6 +15,11 @@
|
||||||
<Import Project="$(VSPropsDir)PCHUse.props" />
|
<Import Project="$(VSPropsDir)PCHUse.props" />
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
|
<ItemDefinitionGroup>
|
||||||
|
<ClCompile>
|
||||||
|
<PreprocessorDefinitions>HAS_VULKAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
</ClCompile>
|
||||||
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="AbstractFramebuffer.cpp" />
|
<ClCompile Include="AbstractFramebuffer.cpp" />
|
||||||
<ClCompile Include="AbstractStagingTexture.cpp" />
|
<ClCompile Include="AbstractStagingTexture.cpp" />
|
||||||
|
@ -191,4 +196,4 @@
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue