Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> spaces.

This commit is contained in:
bunnei 2014-06-16 23:05:10 -04:00
parent 3577dd027d
commit 1da361c7ab
8 changed files with 343 additions and 373 deletions

View file

@ -1,6 +1,6 @@
set(SRCS core.cpp
core_timing.cpp
loader/elf_reader.cpp
loader/elf.cpp
loader/loader.cpp
loader/ncch.cpp
mem_map.cpp
@ -51,8 +51,7 @@ set(SRCS core.cpp
set(HEADERS core.h
core_timing.h
loader/elf_reader.h
loader/elf_types.h
loader/elf.h
loader/loader.h
loader/ncch.h
mem_map.h