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

@ -6,7 +6,7 @@
#include "common/file_util.h"
#include "core/loader/loader.h"
#include "core/loader/elf_reader.h"
#include "core/loader/elf.h"
#include "core/loader/ncch.h"
#include "core/system.h"
#include "core/core.h"