summaryrefslogtreecommitdiffstats
path: root/src/core/core.vcxproj.filters
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-04-17 02:58:36 +0200
committerbunnei <ericbunnie@gmail.com>2014-04-17 02:58:36 +0200
commitbb5bc2df257330561c886ed768ce2191e2641a6c (patch)
treea5a10147dc07e3ed40fd73a8b94dc7f53e49bd9a /src/core/core.vcxproj.filters
parentupdated service comments (diff)
downloadyuzu-bb5bc2df257330561c886ed768ce2191e2641a6c.tar
yuzu-bb5bc2df257330561c886ed768ce2191e2641a6c.tar.gz
yuzu-bb5bc2df257330561c886ed768ce2191e2641a6c.tar.bz2
yuzu-bb5bc2df257330561c886ed768ce2191e2641a6c.tar.lz
yuzu-bb5bc2df257330561c886ed768ce2191e2641a6c.tar.xz
yuzu-bb5bc2df257330561c886ed768ce2191e2641a6c.tar.zst
yuzu-bb5bc2df257330561c886ed768ce2191e2641a6c.zip
Diffstat (limited to 'src/core/core.vcxproj.filters')
-rw-r--r--src/core/core.vcxproj.filters6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/core.vcxproj.filters b/src/core/core.vcxproj.filters
index e022785ad..0a5b5a188 100644
--- a/src/core/core.vcxproj.filters
+++ b/src/core/core.vcxproj.filters
@@ -99,6 +99,9 @@
<ClCompile Include="hle\service\gsp.cpp">
<Filter>hle\service</Filter>
</ClCompile>
+ <ClCompile Include="hle\service\hid.cpp">
+ <Filter>hle\service</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="arm\disassembler\arm_disasm.h">
@@ -193,6 +196,9 @@
<ClInclude Include="hle\service\gsp.h">
<Filter>hle\service</Filter>
</ClInclude>
+ <ClInclude Include="hle\service\hid.h">
+ <Filter>hle\service</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<Text Include="CMakeLists.txt" />