mirror of https://github.com/PCSX2/pcsx2.git
17 lines
322 B
XML
17 lines
322 B
XML
<?xml version="1.0" encoding="windows-1250"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="sse3"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="_M_SSE=0x301"
|
|
EnableEnhancedInstructionSet="2"
|
|
/>
|
|
<UserMacro
|
|
Name="SSEtype"
|
|
Value="SSSE3"
|
|
/>
|
|
</VisualStudioPropertySheet>
|