VideoCommon: Fix VS filter for AbstractTexture.cpp

This would cause failures when building with VS.
This commit is contained in:
Lioncash 2017-06-18 22:57:59 -04:00
parent f06e233d49
commit 0c57543205
1 changed files with 2 additions and 2 deletions

View File

@ -172,7 +172,7 @@
</ClCompile>
<ClCompile Include="AbstractTexture.cpp">
<Filter>Base</Filter>
</C1Compile>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="CommandProcessor.h" />