diff options
| author | 2014-04-16 00:03:41 -0400 | |
|---|---|---|
| committer | 2014-04-16 00:03:41 -0400 | |
| commit | 32c3462047d814eada8f3b80ee5ea2cd03936ae0 (patch) | |
| tree | 9df4dd16c09f2b94e02e77b4818dc199e3323cc0 /src/core/core.vcxproj | |
| parent | removed no longer used function header (diff) | |
| download | yuzu-32c3462047d814eada8f3b80ee5ea2cd03936ae0.tar.gz yuzu-32c3462047d814eada8f3b80ee5ea2cd03936ae0.tar.xz yuzu-32c3462047d814eada8f3b80ee5ea2cd03936ae0.zip | |
- added stubbed out GSP::Gpu service interface
- various cleanups/refactors to HLE services
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 da3cc7a26..931345441 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj | |||
| @@ -154,6 +154,7 @@ | |||
| 154 | <ClCompile Include="file_sys\meta_file_system.cpp" /> | 154 | <ClCompile Include="file_sys\meta_file_system.cpp" /> |
| 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\service.cpp" /> | 158 | <ClCompile Include="hle\service\service.cpp" /> |
| 158 | <ClCompile Include="hle\service\srv.cpp" /> | 159 | <ClCompile Include="hle\service\srv.cpp" /> |
| 159 | <ClCompile Include="hle\syscall.cpp" /> | 160 | <ClCompile Include="hle\syscall.cpp" /> |
| @@ -190,6 +191,7 @@ | |||
| 190 | <ClInclude Include="hle\function_wrappers.h" /> | 191 | <ClInclude Include="hle\function_wrappers.h" /> |
| 191 | <ClInclude Include="hle\hle.h" /> | 192 | <ClInclude Include="hle\hle.h" /> |
| 192 | <ClInclude Include="hle\service\apt.h" /> | 193 | <ClInclude Include="hle\service\apt.h" /> |
| 194 | <ClInclude Include="hle\service\gsp.h" /> | ||
| 193 | <ClInclude Include="hle\service\service.h" /> | 195 | <ClInclude Include="hle\service\service.h" /> |
| 194 | <ClInclude Include="hle\service\srv.h" /> | 196 | <ClInclude Include="hle\service\srv.h" /> |
| 195 | <ClInclude Include="hle\syscall.h" /> | 197 | <ClInclude Include="hle\syscall.h" /> |