diff options
| author | bunnei <ericbunnie@gmail.com> | 2014-04-18 17:52:49 -0400 |
|---|---|---|
| committer | bunnei <ericbunnie@gmail.com> | 2014-04-18 17:52:49 -0400 |
| commit | 958bca606e80110e05d7c142dda3097fddc96503 (patch) | |
| tree | 576917751444b4dfdb476d040b4e075bde431b7b /src/core/core.vcxproj | |
| parent | 68a8594d041c416301feeb43bb9f1c41d681b795 (diff) | |
| parent | 70c2cce963264678b5ba5b6aa17c2653bf459e61 (diff) | |
Merge branch 'hle-interface'
Diffstat (limited to 'src/core/core.vcxproj')
| -rw-r--r-- | src/core/core.vcxproj | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj index 1800b5512..b6fc604c6 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj @@ -152,8 +152,16 @@ <ClCompile Include="elf\elf_reader.cpp" /> <ClCompile Include="file_sys\directory_file_system.cpp" /> <ClCompile Include="file_sys\meta_file_system.cpp" /> + <ClCompile Include="hle\hle.cpp" /> + <ClCompile Include="hle\service\apt.cpp" /> + <ClCompile Include="hle\service\gsp.cpp" /> + <ClCompile Include="hle\service\hid.cpp" /> + <ClCompile Include="hle\service\service.cpp" /> + <ClCompile Include="hle\service\srv.cpp" /> + <ClCompile Include="hle\syscall.cpp" /> <ClCompile Include="hw\hw.cpp" /> - <ClCompile Include="hw\hw_lcd.cpp" /> + <ClCompile Include="hw\lcd.cpp" /> + <ClCompile Include="hw\ndma.cpp" /> <ClCompile Include="loader.cpp" /> <ClCompile Include="mem_map.cpp" /> <ClCompile Include="mem_map_funcs.cpp" /> @@ -182,8 +190,17 @@ <ClInclude Include="file_sys\directory_file_system.h" /> <ClInclude Include="file_sys\file_sys.h" /> <ClInclude Include="file_sys\meta_file_system.h" /> + <ClInclude Include="hle\function_wrappers.h" /> + <ClInclude Include="hle\hle.h" /> + <ClInclude Include="hle\service\apt.h" /> + <ClInclude Include="hle\service\gsp.h" /> + <ClInclude Include="hle\service\hid.h" /> + <ClInclude Include="hle\service\service.h" /> + <ClInclude Include="hle\service\srv.h" /> + <ClInclude Include="hle\syscall.h" /> <ClInclude Include="hw\hw.h" /> - <ClInclude Include="hw\hw_lcd.h" /> + <ClInclude Include="hw\lcd.h" /> + <ClInclude Include="hw\ndma.h" /> <ClInclude Include="loader.h" /> <ClInclude Include="mem_map.h" /> <ClInclude Include="system.h" /> |
