Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix Device.h placement in VC++
  • Loading branch information
magcius committed Jul 15, 2013
1 parent 5b4af4f commit 4c807fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Core/InputCommon/InputCommon.vcxproj.filters
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="Src\ControllerEmu.cpp" />
Expand Down Expand Up @@ -46,7 +46,7 @@
<Filter>ControllerInterface</Filter>
</ClInclude>
<ClInclude Include="Src\ControllerInterface\Device.h">
<Filter>ControllerInterface\Device</Filter>
<Filter>ControllerInterface</Filter>
</ClInclude>
<ClInclude Include="Src\ControllerInterface\ExpressionParser.h">
<Filter>ControllerInterface</Filter>
Expand Down

0 comments on commit 4c807fa

Please sign in to comment.