diff options
| author | 2014-06-16 23:05:10 -0400 | |
|---|---|---|
| committer | 2014-06-16 23:43:32 -0400 | |
| commit | 1da361c7ab55e1dbe6709a738e228bfab5a5bb78 (patch) | |
| tree | 487be34416c624106a01edf8b075866fb2cb9d33 /src/core/core.vcxproj | |
| parent | Loader: Added support for booting NCCH executables. (diff) | |
| download | yuzu-1da361c7ab55e1dbe6709a738e228bfab5a5bb78.tar.gz yuzu-1da361c7ab55e1dbe6709a738e228bfab5a5bb78.tar.xz yuzu-1da361c7ab55e1dbe6709a738e228bfab5a5bb78.zip | |
Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> spaces.
Diffstat (limited to 'src/core/core.vcxproj')
| -rw-r--r-- | src/core/core.vcxproj | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj index bda89ff1d..e2216760a 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj | |||
| @@ -181,7 +181,7 @@ | |||
| 181 | <ClCompile Include="hw\gpu.cpp" /> | 181 | <ClCompile Include="hw\gpu.cpp" /> |
| 182 | <ClCompile Include="hw\hw.cpp" /> | 182 | <ClCompile Include="hw\hw.cpp" /> |
| 183 | <ClCompile Include="hw\ndma.cpp" /> | 183 | <ClCompile Include="hw\ndma.cpp" /> |
| 184 | <ClCompile Include="loader\elf_reader.cpp" /> | 184 | <ClCompile Include="loader\elf.cpp" /> |
| 185 | <ClCompile Include="loader\loader.cpp" /> | 185 | <ClCompile Include="loader\loader.cpp" /> |
| 186 | <ClCompile Include="loader\ncch.cpp" /> | 186 | <ClCompile Include="loader\ncch.cpp" /> |
| 187 | <ClCompile Include="mem_map.cpp" /> | 187 | <ClCompile Include="mem_map.cpp" /> |
| @@ -232,8 +232,7 @@ | |||
| 232 | <ClInclude Include="hw\gpu.h" /> | 232 | <ClInclude Include="hw\gpu.h" /> |
| 233 | <ClInclude Include="hw\hw.h" /> | 233 | <ClInclude Include="hw\hw.h" /> |
| 234 | <ClInclude Include="hw\ndma.h" /> | 234 | <ClInclude Include="hw\ndma.h" /> |
| 235 | <ClInclude Include="loader\elf_reader.h" /> | 235 | <ClInclude Include="loader\elf.h" /> |
| 236 | <ClInclude Include="loader\elf_types.h" /> | ||
| 237 | <ClInclude Include="loader\loader.h" /> | 236 | <ClInclude Include="loader\loader.h" /> |
| 238 | <ClInclude Include="loader\ncch.h" /> | 237 | <ClInclude Include="loader\ncch.h" /> |
| 239 | <ClInclude Include="mem_map.h" /> | 238 | <ClInclude Include="mem_map.h" /> |