From e68fa343722c86dfd1a0ee269cc94e89691f137e Mon Sep 17 00:00:00 2001 From: TellowKrinkle Date: Fri, 7 May 2021 02:45:55 -0500 Subject: [PATCH] core: Force-include pch on vs CMake does this by default. This way we can make non-pch builds not take forever by only including what's required instead of the entire pch --- pcsx2/pcsx2.vcxproj | 1 + 1 file changed, 1 insertion(+) diff --git a/pcsx2/pcsx2.vcxproj b/pcsx2/pcsx2.vcxproj index e5a4a5fde1..9800df24cb 100644 --- a/pcsx2/pcsx2.vcxproj +++ b/pcsx2/pcsx2.vcxproj @@ -43,6 +43,7 @@ Async Use PrecompiledHeader.h + PrecompiledHeader.h;%(ForcedIncludeFiles) NoExtensions WIN32_LEAN_AND_MEAN;LZMA_API_STATIC;BUILD_DX=1;SPU2X_PORTAUDIO;DIRECTINPUT_VERSION=0x0800;%(PreprocessorDefinitions) PCSX2_DEBUG;PCSX2_DEVBUILD;_SECURE_SCL_=1;%(PreprocessorDefinitions)