From da0a89e6e6e507c429b16022b299e70046bcdb29 Mon Sep 17 00:00:00 2001 From: OatmealDome Date: Mon, 4 Jul 2022 00:24:15 -0400 Subject: [PATCH] msbuild: Add property for disabling auto updates This will be used for our Steam builds. --- Source/VSProps/Base.Dolphin.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/VSProps/Base.Dolphin.props b/Source/VSProps/Base.Dolphin.props index c82ad0a074..43af6653a1 100644 --- a/Source/VSProps/Base.Dolphin.props +++ b/Source/VSProps/Base.Dolphin.props @@ -42,7 +42,7 @@ HAS_OPENGL;%(PreprocessorDefinitions) HAS_VULKAN;%(PreprocessorDefinitions) HAS_LIBMGBA;%(PreprocessorDefinitions) - AUTOUPDATE;%(PreprocessorDefinitions) + AUTOUPDATE;%(PreprocessorDefinitions) HAVE_SDL2;%(PreprocessorDefinitions) STEAM;%(PreprocessorDefinitions)