mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-11 21:30:05 +00:00
Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> spaces.
This commit is contained in:
parent
3577dd027d
commit
1da361c7ab
8 changed files with 343 additions and 373 deletions
|
@ -181,7 +181,7 @@
|
|||
<ClCompile Include="hw\gpu.cpp" />
|
||||
<ClCompile Include="hw\hw.cpp" />
|
||||
<ClCompile Include="hw\ndma.cpp" />
|
||||
<ClCompile Include="loader\elf_reader.cpp" />
|
||||
<ClCompile Include="loader\elf.cpp" />
|
||||
<ClCompile Include="loader\loader.cpp" />
|
||||
<ClCompile Include="loader\ncch.cpp" />
|
||||
<ClCompile Include="mem_map.cpp" />
|
||||
|
@ -232,8 +232,7 @@
|
|||
<ClInclude Include="hw\gpu.h" />
|
||||
<ClInclude Include="hw\hw.h" />
|
||||
<ClInclude Include="hw\ndma.h" />
|
||||
<ClInclude Include="loader\elf_reader.h" />
|
||||
<ClInclude Include="loader\elf_types.h" />
|
||||
<ClInclude Include="loader\elf.h" />
|
||||
<ClInclude Include="loader\loader.h" />
|
||||
<ClInclude Include="loader\ncch.h" />
|
||||
<ClInclude Include="mem_map.h" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue