diff options
| author | 2014-04-16 20:58:36 -0400 | |
|---|---|---|
| committer | 2014-04-16 20:58:36 -0400 | |
| commit | bb5bc2df257330561c886ed768ce2191e2641a6c (patch) | |
| tree | a5a10147dc07e3ed40fd73a8b94dc7f53e49bd9a /src/core/core.vcxproj | |
| parent | updated service comments (diff) | |
| download | yuzu-bb5bc2df257330561c886ed768ce2191e2641a6c.tar.gz yuzu-bb5bc2df257330561c886ed768ce2191e2641a6c.tar.xz yuzu-bb5bc2df257330561c886ed768ce2191e2641a6c.zip | |
added class stub for HID:User service
Diffstat (limited to 'src/core/core.vcxproj')
| -rw-r--r-- | src/core/core.vcxproj | 2 |
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 @@ | |||
| 155 | <ClCompile Include="hle\hle.cpp" /> | 155 | <ClCompile Include="hle\hle.cpp" /> |
| 156 | <ClCompile Include="hle\service\apt.cpp" /> | 156 | <ClCompile Include="hle\service\apt.cpp" /> |
| 157 | <ClCompile Include="hle\service\gsp.cpp" /> | 157 | <ClCompile Include="hle\service\gsp.cpp" /> |
| 158 | <ClCompile Include="hle\service\hid.cpp" /> | ||
| 158 | <ClCompile Include="hle\service\service.cpp" /> | 159 | <ClCompile Include="hle\service\service.cpp" /> |
| 159 | <ClCompile Include="hle\service\srv.cpp" /> | 160 | <ClCompile Include="hle\service\srv.cpp" /> |
| 160 | <ClCompile Include="hle\syscall.cpp" /> | 161 | <ClCompile Include="hle\syscall.cpp" /> |
| @@ -192,6 +193,7 @@ | |||
| 192 | <ClInclude Include="hle\hle.h" /> | 193 | <ClInclude Include="hle\hle.h" /> |
| 193 | <ClInclude Include="hle\service\apt.h" /> | 194 | <ClInclude Include="hle\service\apt.h" /> |
| 194 | <ClInclude Include="hle\service\gsp.h" /> | 195 | <ClInclude Include="hle\service\gsp.h" /> |
| 196 | <ClInclude Include="hle\service\hid.h" /> | ||
| 195 | <ClInclude Include="hle\service\service.h" /> | 197 | <ClInclude Include="hle\service\service.h" /> |
| 196 | <ClInclude Include="hle\service\srv.h" /> | 198 | <ClInclude Include="hle\service\srv.h" /> |
| 197 | <ClInclude Include="hle\syscall.h" /> | 199 | <ClInclude Include="hle\syscall.h" /> |