From 0ae25e87d38107b988e622be01d9774d39895608 Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Tue, 12 May 2015 19:10:39 -0700 Subject: [PATCH] Bumping up microprofiler thread pool count. --- build/Xenia.Cpp.x64.Common.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Xenia.Cpp.x64.Common.props b/build/Xenia.Cpp.x64.Common.props index 9e9369b10..922f3cfc5 100644 --- a/build/Xenia.Cpp.x64.Common.props +++ b/build/Xenia.Cpp.x64.Common.props @@ -10,7 +10,7 @@ true $(SolutionDir)\third_party\gflags\src\;$(SolutionDir)\src\;$(SolutionDir)\third_party;$(SolutionDir)\ - GLEW_STATIC=1;GLEW_MX=1;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_UNICODE;UNICODE;WIN32;_WIN64=1;_AMD64=1;%(PreprocessorDefinitions) + GLEW_STATIC=1;GLEW_MX=1;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_UNICODE;UNICODE;WIN32;_WIN64=1;_AMD64=1;MICROPROFILE_MAX_THREADS=128;%(PreprocessorDefinitions) Level4 true MultiThreadedDLL