diff options
| author | 2014-05-30 00:24:04 -0400 | |
|---|---|---|
| committer | 2014-05-30 00:24:04 -0400 | |
| commit | 55325dea4c85e1a91c6d37282322b466ef40ffac (patch) | |
| tree | a9e15f4f150a7ddd596cd41a5c54f4a664101916 /src/core/core.vcxproj | |
| parent | service: cleaned up log messages (diff) | |
| download | yuzu-55325dea4c85e1a91c6d37282322b466ef40ffac.tar.gz yuzu-55325dea4c85e1a91c6d37282322b466ef40ffac.tar.xz yuzu-55325dea4c85e1a91c6d37282322b466ef40ffac.zip | |
hle: added stubbed service for ndm_u
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 efcd30d77..6fec75d79 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj | |||
| @@ -175,6 +175,7 @@ | |||
| 175 | <ClCompile Include="hle\service\apt.cpp" /> | 175 | <ClCompile Include="hle\service\apt.cpp" /> |
| 176 | <ClCompile Include="hle\service\gsp.cpp" /> | 176 | <ClCompile Include="hle\service\gsp.cpp" /> |
| 177 | <ClCompile Include="hle\service\hid.cpp" /> | 177 | <ClCompile Include="hle\service\hid.cpp" /> |
| 178 | <ClCompile Include="hle\service\ndm.cpp" /> | ||
| 178 | <ClCompile Include="hle\service\service.cpp" /> | 179 | <ClCompile Include="hle\service\service.cpp" /> |
| 179 | <ClCompile Include="hle\service\srv.cpp" /> | 180 | <ClCompile Include="hle\service\srv.cpp" /> |
| 180 | <ClCompile Include="hle\svc.cpp" /> | 181 | <ClCompile Include="hle\svc.cpp" /> |
| @@ -225,6 +226,7 @@ | |||
| 225 | <ClInclude Include="hle\service\apt.h" /> | 226 | <ClInclude Include="hle\service\apt.h" /> |
| 226 | <ClInclude Include="hle\service\gsp.h" /> | 227 | <ClInclude Include="hle\service\gsp.h" /> |
| 227 | <ClInclude Include="hle\service\hid.h" /> | 228 | <ClInclude Include="hle\service\hid.h" /> |
| 229 | <ClInclude Include="hle\service\ndm.h" /> | ||
| 228 | <ClInclude Include="hle\service\service.h" /> | 230 | <ClInclude Include="hle\service\service.h" /> |
| 229 | <ClInclude Include="hle\service\srv.h" /> | 231 | <ClInclude Include="hle\service\srv.h" /> |
| 230 | <ClInclude Include="hle\svc.h" /> | 232 | <ClInclude Include="hle\svc.h" /> |