VS: Fixed an error introduced to core.vcxproj.filters

This commit is contained in:
inspuration 2014-06-12 19:03:38 -04:00
parent 2a8cfe3ebb
commit 4e6b168d61

View File

@ -168,9 +168,11 @@
<ClCompile Include="hle\kernel\event.cpp">
<Filter>hle\kernel</Filter>
</ClCompile>
</ClCompile>
<ClCompile Include="hle\kernel\shared_memory.cpp">
<Filter>hle\kernel</Filter>
</ClCompile>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="arm\disassembler\arm_disasm.h">