From 8a4773bc9144f265d4493edc6fdab7066616cbdd Mon Sep 17 00:00:00 2001 From: iwubcode Date: Fri, 23 Oct 2020 16:53:28 -0500 Subject: [PATCH] VideoCommon: update vcproj file to set HAS_OPENGL --- Source/Core/VideoCommon/VideoCommon.vcxproj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Source/Core/VideoCommon/VideoCommon.vcxproj b/Source/Core/VideoCommon/VideoCommon.vcxproj index 62f85a0c6e..bd144ae0f6 100644 --- a/Source/Core/VideoCommon/VideoCommon.vcxproj +++ b/Source/Core/VideoCommon/VideoCommon.vcxproj @@ -15,6 +15,11 @@ + + + HAS_OPENGL;%(PreprocessorDefinitions) + + HAS_VULKAN;%(PreprocessorDefinitions)