diff options
| author | 2014-04-04 23:02:59 -0400 | |
|---|---|---|
| committer | 2014-04-04 23:02:59 -0400 | |
| commit | 670ac5643a7cda55b7c5d68c99495ade0d14e6e4 (patch) | |
| tree | 4744930d71e738aef3edf7f3fbd114c81e30a508 /src/core/core.vcxproj | |
| parent | added a HW option to logging (diff) | |
| download | yuzu-670ac5643a7cda55b7c5d68c99495ade0d14e6e4.tar.gz yuzu-670ac5643a7cda55b7c5d68c99495ade0d14e6e4.tar.xz yuzu-670ac5643a7cda55b7c5d68c99495ade0d14e6e4.zip | |
added hw module to interface h/w register reads/writes
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 bee9f3046..eb1272b23 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj | |||
| @@ -152,6 +152,7 @@ | |||
| 152 | <ClCompile Include="src\elf\elf_reader.cpp" /> | 152 | <ClCompile Include="src\elf\elf_reader.cpp" /> |
| 153 | <ClCompile Include="src\file_sys\directory_file_system.cpp" /> | 153 | <ClCompile Include="src\file_sys\directory_file_system.cpp" /> |
| 154 | <ClCompile Include="src\file_sys\meta_file_system.cpp" /> | 154 | <ClCompile Include="src\file_sys\meta_file_system.cpp" /> |
| 155 | <ClCompile Include="src\hw\hardware.cpp" /> | ||
| 155 | <ClCompile Include="src\loader.cpp" /> | 156 | <ClCompile Include="src\loader.cpp" /> |
| 156 | <ClCompile Include="src\mem_map.cpp" /> | 157 | <ClCompile Include="src\mem_map.cpp" /> |
| 157 | <ClCompile Include="src\mem_map_funcs.cpp" /> | 158 | <ClCompile Include="src\mem_map_funcs.cpp" /> |
| @@ -180,6 +181,7 @@ | |||
| 180 | <ClInclude Include="src\file_sys\directory_file_system.h" /> | 181 | <ClInclude Include="src\file_sys\directory_file_system.h" /> |
| 181 | <ClInclude Include="src\file_sys\file_sys.h" /> | 182 | <ClInclude Include="src\file_sys\file_sys.h" /> |
| 182 | <ClInclude Include="src\file_sys\meta_file_system.h" /> | 183 | <ClInclude Include="src\file_sys\meta_file_system.h" /> |
| 184 | <ClInclude Include="src\hw\hw.h" /> | ||
| 183 | <ClInclude Include="src\loader.h" /> | 185 | <ClInclude Include="src\loader.h" /> |
| 184 | <ClInclude Include="src\mem_map.h" /> | 186 | <ClInclude Include="src\mem_map.h" /> |
| 185 | <ClInclude Include="src\system.h" /> | 187 | <ClInclude Include="src\system.h" /> |