summaryrefslogtreecommitdiffstats
path: root/src/core/core.vcxproj
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
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')
-rw-r--r--src/core/core.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj
index 931345441..caf827be4 100644
--- a/src/core/core.vcxproj
+++ b/src/core/core.vcxproj
@@ -155,6 +155,7 @@
<ClCompile Include="hle\hle.cpp" />
<ClCompile Include="hle\service\apt.cpp" />
<ClCompile Include="hle\service\gsp.cpp" />
+ <ClCompile Include="hle\service\hid.cpp" />
<ClCompile Include="hle\service\service.cpp" />
<ClCompile Include="hle\service\srv.cpp" />
<ClCompile Include="hle\syscall.cpp" />
@@ -192,6 +193,7 @@
<ClInclude Include="hle\hle.h" />
<ClInclude Include="hle\service\apt.h" />
<ClInclude Include="hle\service\gsp.h" />
+ <ClInclude Include="hle\service\hid.h" />
<ClInclude Include="hle\service\service.h" />
<ClInclude Include="hle\service\srv.h" />
<ClInclude Include="hle\syscall.h" />