diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-01-07 00:36:48 +0100 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-01-15 22:21:26 +0100 |
commit | 43e699d849ac5dd7a29ff0eeb5821e2a824c091e (patch) | |
tree | b05f3b2621d59bdd936211245126b51152a89f86 /src/core/loader/elf.cpp | |
parent | Loader: Fix indentation, whitespace, and a few other such cosmetic stuff. (diff) | |
download | yuzu-43e699d849ac5dd7a29ff0eeb5821e2a824c091e.tar yuzu-43e699d849ac5dd7a29ff0eeb5821e2a824c091e.tar.gz yuzu-43e699d849ac5dd7a29ff0eeb5821e2a824c091e.tar.bz2 yuzu-43e699d849ac5dd7a29ff0eeb5821e2a824c091e.tar.lz yuzu-43e699d849ac5dd7a29ff0eeb5821e2a824c091e.tar.xz yuzu-43e699d849ac5dd7a29ff0eeb5821e2a824c091e.tar.zst yuzu-43e699d849ac5dd7a29ff0eeb5821e2a824c091e.zip |
Diffstat (limited to 'src/core/loader/elf.cpp')
-rw-r--r-- | src/core/loader/elf.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/loader/elf.cpp b/src/core/loader/elf.cpp index 3ca60c072..89664229a 100644 --- a/src/core/loader/elf.cpp +++ b/src/core/loader/elf.cpp @@ -339,12 +339,6 @@ AppLoader_ELF::AppLoader_ELF(const std::string& filename) : is_loaded(false) { AppLoader_ELF::~AppLoader_ELF() { } -/** - * Loads an NCCH file (e.g. from a CCI, or the first NCCH in a CXI) - * @param error_string Pointer to string to put error message if an error has occurred - * @todo Move NCSD parsing out of here and create a separate function for loading these - * @return True on success, otherwise false - */ ResultStatus AppLoader_ELF::Load() { LOG_INFO(Loader, "Loading ELF file %s...", filename.c_str()); |