diff options
| author | 2014-04-15 22:40:19 -0400 | |
|---|---|---|
| committer | 2014-04-15 22:40:19 -0400 | |
| commit | 7ec5950bc4c8e4a786df1f4c3392d7b5332d1613 (patch) | |
| tree | 7d7046dcced5ce635921ebdadabf1a1aa8b0647f /src/core/core.vcxproj | |
| parent | added helper functions for upper/lowercase strings (diff) | |
| download | yuzu-7ec5950bc4c8e4a786df1f4c3392d7b5332d1613.tar.gz yuzu-7ec5950bc4c8e4a786df1f4c3392d7b5332d1613.tar.xz yuzu-7ec5950bc4c8e4a786df1f4c3392d7b5332d1613.zip | |
- extracted srv: calls from service.cpp and put in its own module
- added function tables for service calls
- lots of refactoring
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 be750b24f..da3cc7a26 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\service.cpp" /> | 157 | <ClCompile Include="hle\service\service.cpp" /> |
| 158 | <ClCompile Include="hle\service\srv.cpp" /> | ||
| 158 | <ClCompile Include="hle\syscall.cpp" /> | 159 | <ClCompile Include="hle\syscall.cpp" /> |
| 159 | <ClCompile Include="hw\hw.cpp" /> | 160 | <ClCompile Include="hw\hw.cpp" /> |
| 160 | <ClCompile Include="hw\hw_lcd.cpp" /> | 161 | <ClCompile Include="hw\hw_lcd.cpp" /> |
| @@ -190,6 +191,7 @@ | |||
| 190 | <ClInclude Include="hle\hle.h" /> | 191 | <ClInclude Include="hle\hle.h" /> |
| 191 | <ClInclude Include="hle\service\apt.h" /> | 192 | <ClInclude Include="hle\service\apt.h" /> |
| 192 | <ClInclude Include="hle\service\service.h" /> | 193 | <ClInclude Include="hle\service\service.h" /> |
| 194 | <ClInclude Include="hle\service\srv.h" /> | ||
| 193 | <ClInclude Include="hle\syscall.h" /> | 195 | <ClInclude Include="hle\syscall.h" /> |
| 194 | <ClInclude Include="hw\hw.h" /> | 196 | <ClInclude Include="hw\hw.h" /> |
| 195 | <ClInclude Include="hw\hw_lcd.h" /> | 197 | <ClInclude Include="hw\hw_lcd.h" /> |