Loader: Added support for booting NCCH executables.

NCCH: Fixed typo in printing NCCH filename.
This commit is contained in:
bunnei
2014-06-16 22:57:09 -04:00
parent 0aca202ae9
commit 3577dd027d
6 changed files with 384 additions and 0 deletions

View File

@@ -183,6 +183,7 @@
<ClCompile Include="hw\ndma.cpp" />
<ClCompile Include="loader\elf_reader.cpp" />
<ClCompile Include="loader\loader.cpp" />
<ClCompile Include="loader\ncch.cpp" />
<ClCompile Include="mem_map.cpp" />
<ClCompile Include="mem_map_funcs.cpp" />
<ClCompile Include="system.cpp" />
@@ -234,6 +235,7 @@
<ClInclude Include="loader\elf_reader.h" />
<ClInclude Include="loader\elf_types.h" />
<ClInclude Include="loader\loader.h" />
<ClInclude Include="loader\ncch.h" />
<ClInclude Include="mem_map.h" />
<ClInclude Include="system.h" />
</ItemGroup>