diff options
| author | 2014-04-11 18:44:21 -0400 | |
|---|---|---|
| committer | 2014-04-11 18:44:21 -0400 | |
| commit | 02fbd42e7f006236199698c61ca917092afa1f7d (patch) | |
| tree | b60bd6801f624839dc80b53dffb523fa98b7b46f /src/core/core.vcxproj | |
| parent | replace tabs with spaces (diff) | |
| download | yuzu-02fbd42e7f006236199698c61ca917092afa1f7d.tar.gz yuzu-02fbd42e7f006236199698c61ca917092afa1f7d.tar.xz yuzu-02fbd42e7f006236199698c61ca917092afa1f7d.zip | |
- renamed hle_syscall to just syscall
- added service.h as an initial service interface
Diffstat (limited to 'src/core/core.vcxproj')
| -rw-r--r-- | src/core/core.vcxproj | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj index 89795ce63..10ecca596 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj | |||
| @@ -153,7 +153,7 @@ | |||
| 153 | <ClCompile Include="file_sys\directory_file_system.cpp" /> | 153 | <ClCompile Include="file_sys\directory_file_system.cpp" /> |
| 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\hle_syscall.cpp" /> | 156 | <ClCompile Include="hle\syscall.cpp" /> |
| 157 | <ClCompile Include="hw\hw.cpp" /> | 157 | <ClCompile Include="hw\hw.cpp" /> |
| 158 | <ClCompile Include="hw\hw_lcd.cpp" /> | 158 | <ClCompile Include="hw\hw_lcd.cpp" /> |
| 159 | <ClCompile Include="loader.cpp" /> | 159 | <ClCompile Include="loader.cpp" /> |
| @@ -186,7 +186,8 @@ | |||
| 186 | <ClInclude Include="file_sys\meta_file_system.h" /> | 186 | <ClInclude Include="file_sys\meta_file_system.h" /> |
| 187 | <ClInclude Include="hle\function_wrappers.h" /> | 187 | <ClInclude Include="hle\function_wrappers.h" /> |
| 188 | <ClInclude Include="hle\hle.h" /> | 188 | <ClInclude Include="hle\hle.h" /> |
| 189 | <ClInclude Include="hle\hle_syscall.h" /> | 189 | <ClInclude Include="hle\service\service.h" /> |
| 190 | <ClInclude Include="hle\syscall.h" /> | ||
| 190 | <ClInclude Include="hw\hw.h" /> | 191 | <ClInclude Include="hw\hw.h" /> |
| 191 | <ClInclude Include="hw\hw_lcd.h" /> | 192 | <ClInclude Include="hw\hw_lcd.h" /> |
| 192 | <ClInclude Include="loader.h" /> | 193 | <ClInclude Include="loader.h" /> |