diff options
| author | 2013-10-01 19:10:47 -0400 | |
|---|---|---|
| committer | 2013-10-01 19:10:47 -0400 | |
| commit | 9d79fc7aa690d3cbfbbca7df8ea0411145ee240c (patch) | |
| tree | 9e387056d659bc7001f5c1de02e48636c8a4e638 /src/core/core.vcxproj | |
| parent | added an early function for booting from a directory (diff) | |
| download | yuzu-9d79fc7aa690d3cbfbbca7df8ea0411145ee240c.tar.gz yuzu-9d79fc7aa690d3cbfbbca7df8ea0411145ee240c.tar.xz yuzu-9d79fc7aa690d3cbfbbca7df8ea0411145ee240c.zip | |
added core_timing and system modules to core vcproj
Diffstat (limited to 'src/core/core.vcxproj')
| -rw-r--r-- | src/core/core.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj index d707a566c..d3b26b661 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj | |||
| @@ -141,11 +141,13 @@ | |||
| 141 | <ClCompile Include="src\arm\arminit.cpp" /> | 141 | <ClCompile Include="src\arm\arminit.cpp" /> |
| 142 | <ClCompile Include="src\arm\disassembler\arm_disasm.cpp" /> | 142 | <ClCompile Include="src\arm\disassembler\arm_disasm.cpp" /> |
| 143 | <ClCompile Include="src\core.cpp" /> | 143 | <ClCompile Include="src\core.cpp" /> |
| 144 | <ClCompile Include="src\core_timing.cpp" /> | ||
| 144 | <ClCompile Include="src\file_sys\directory_file_system.cpp" /> | 145 | <ClCompile Include="src\file_sys\directory_file_system.cpp" /> |
| 145 | <ClCompile Include="src\file_sys\meta_file_system.cpp" /> | 146 | <ClCompile Include="src\file_sys\meta_file_system.cpp" /> |
| 146 | <ClCompile Include="src\loader.cpp" /> | 147 | <ClCompile Include="src\loader.cpp" /> |
| 147 | <ClCompile Include="src\mem_map.cpp" /> | 148 | <ClCompile Include="src\mem_map.cpp" /> |
| 148 | <ClCompile Include="src\mem_map_funcs.cpp" /> | 149 | <ClCompile Include="src\mem_map_funcs.cpp" /> |
| 150 | <ClCompile Include="src\system.cpp" /> | ||
| 149 | </ItemGroup> | 151 | </ItemGroup> |
| 150 | <ItemGroup> | 152 | <ItemGroup> |
| 151 | <ClInclude Include="src\arm\armcpu.h" /> | 153 | <ClInclude Include="src\arm\armcpu.h" /> |
| @@ -162,6 +164,7 @@ | |||
| 162 | <ClInclude Include="src\arm\mmu\wb.h" /> | 164 | <ClInclude Include="src\arm\mmu\wb.h" /> |
| 163 | <ClInclude Include="src\arm\skyeye_defs.h" /> | 165 | <ClInclude Include="src\arm\skyeye_defs.h" /> |
| 164 | <ClInclude Include="src\core.h" /> | 166 | <ClInclude Include="src\core.h" /> |
| 167 | <ClInclude Include="src\core_timing.h" /> | ||
| 165 | <ClInclude Include="src\file_sys\directory_file_system.h" /> | 168 | <ClInclude Include="src\file_sys\directory_file_system.h" /> |
| 166 | <ClInclude Include="src\file_sys\file_sys.h" /> | 169 | <ClInclude Include="src\file_sys\file_sys.h" /> |
| 167 | <ClInclude Include="src\file_sys\meta_file_system.h" /> | 170 | <ClInclude Include="src\file_sys\meta_file_system.h" /> |