diff options
| author | 2014-04-10 19:58:28 -0400 | |
|---|---|---|
| committer | 2014-04-10 19:58:28 -0400 | |
| commit | f68de21ad1cd267029b60ee3767d219c46f5fba0 (patch) | |
| tree | 47d44cfed0c2bd071c75b03a157e7b8a61d85b0d /src/core/core.vcxproj | |
| parent | missed this file with commit 95e5436f (diff) | |
| download | yuzu-f68de21ad1cd267029b60ee3767d219c46f5fba0.tar.gz yuzu-f68de21ad1cd267029b60ee3767d219c46f5fba0.tar.xz yuzu-f68de21ad1cd267029b60ee3767d219c46f5fba0.zip | |
added initial modules for setting up SysCall HLE
Diffstat (limited to 'src/core/core.vcxproj')
| -rw-r--r-- | src/core/core.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj index 1800b5512..55ce508a6 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj | |||
| @@ -152,6 +152,7 @@ | |||
| 152 | <ClCompile Include="elf\elf_reader.cpp" /> | 152 | <ClCompile Include="elf\elf_reader.cpp" /> |
| 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_syscall.cpp" /> | ||
| 155 | <ClCompile Include="hw\hw.cpp" /> | 156 | <ClCompile Include="hw\hw.cpp" /> |
| 156 | <ClCompile Include="hw\hw_lcd.cpp" /> | 157 | <ClCompile Include="hw\hw_lcd.cpp" /> |
| 157 | <ClCompile Include="loader.cpp" /> | 158 | <ClCompile Include="loader.cpp" /> |
| @@ -182,6 +183,9 @@ | |||
| 182 | <ClInclude Include="file_sys\directory_file_system.h" /> | 183 | <ClInclude Include="file_sys\directory_file_system.h" /> |
| 183 | <ClInclude Include="file_sys\file_sys.h" /> | 184 | <ClInclude Include="file_sys\file_sys.h" /> |
| 184 | <ClInclude Include="file_sys\meta_file_system.h" /> | 185 | <ClInclude Include="file_sys\meta_file_system.h" /> |
| 186 | <ClInclude Include="hle\function_wrappers.h" /> | ||
| 187 | <ClInclude Include="hle\hle.h" /> | ||
| 188 | <ClInclude Include="hle\hle_syscall.h" /> | ||
| 185 | <ClInclude Include="hw\hw.h" /> | 189 | <ClInclude Include="hw\hw.h" /> |
| 186 | <ClInclude Include="hw\hw_lcd.h" /> | 190 | <ClInclude Include="hw\hw_lcd.h" /> |
| 187 | <ClInclude Include="loader.h" /> | 191 | <ClInclude Include="loader.h" /> |