From 272717b3f48d0f846b06991c0312a73d9d3263ad Mon Sep 17 00:00:00 2001 From: iwubcode Date: Fri, 23 Oct 2020 16:51:40 -0500 Subject: [PATCH] VideoCommon: update vcproj file to set HAS_VULKAN --- Source/Core/VideoCommon/VideoCommon.vcxproj | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Source/Core/VideoCommon/VideoCommon.vcxproj b/Source/Core/VideoCommon/VideoCommon.vcxproj index 53842ece7d..62f85a0c6e 100644 --- a/Source/Core/VideoCommon/VideoCommon.vcxproj +++ b/Source/Core/VideoCommon/VideoCommon.vcxproj @@ -15,6 +15,11 @@ + + + HAS_VULKAN;%(PreprocessorDefinitions) + + @@ -191,4 +196,4 @@ - + \ No newline at end of file