diff --git a/rpcs3/emucore.vcxproj b/rpcs3/emucore.vcxproj index dd0661e1cb..be3f74be27 100644 --- a/rpcs3/emucore.vcxproj +++ b/rpcs3/emucore.vcxproj @@ -846,7 +846,7 @@ Disabled false Use - _UNICODE;UNICODE;%(PreprocessorDefinitions);DX12_SUPPORT + _UNICODE;UNICODE;DX12_SUPPORT;%(PreprocessorDefinitions) stdafx.h Async true @@ -886,7 +886,7 @@ Disabled false Use - _UNICODE;UNICODE;LLVM_AVAILABLE;%(PreprocessorDefinitions);DX12_SUPPORT + _UNICODE;UNICODE;LLVM_AVAILABLE;DX12_SUPPORT;%(PreprocessorDefinitions) stdafx.h Async true @@ -953,7 +953,7 @@ true - _UNICODE;UNICODE;%(PreprocessorDefinitions);DX12_SUPPORT + _UNICODE;UNICODE;DX12_SUPPORT;%(PreprocessorDefinitions) true @@ -996,7 +996,7 @@ Use stdafx.h Async - LLVM_AVAILABLE;%(PreprocessorDefinitions);DX12_SUPPORT + LLVM_AVAILABLE;DX12_SUPPORT;%(PreprocessorDefinitions) true diff --git a/rpcs3/rpcs3.vcxproj b/rpcs3/rpcs3.vcxproj index 9c9004b703..ac894cd55a 100644 --- a/rpcs3/rpcs3.vcxproj +++ b/rpcs3/rpcs3.vcxproj @@ -157,7 +157,7 @@ Async stdafx_gui.h $(IntDir)$(TargetName)_gui.pch - _UNICODE;UNICODE;%(PreprocessorDefinitions);DX12_SUPPORT + _UNICODE;UNICODE;DX12_SUPPORT;%(PreprocessorDefinitions) true @@ -256,7 +256,7 @@ true ..\wxWidgets\include\msvc MultiThreadedDLL - WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions);DX12_SUPPORT + WIN32;NDEBUG;_WINDOWS;DX12_SUPPORT;%(PreprocessorDefinitions) false Use Speed