aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/loader/elf.h
Commit message (Collapse)AuthorAge
* Loader: Remove unnecessary pointer indirection to IOFileGravatar Yuri Kunde Schlesner2015-07-13
|
* Kernel: Introduce skeleton Process class to hold process dataGravatar Yuri Kunde Schlesner2015-05-08
|
* Loader: Guess filetype from the magic, or fallback to the extension.Gravatar Emmanuel Gil Peyrot2015-01-15
|
* Loader: Keep a reference to the file and pass it to the correct AppLoader, ↵Gravatar Emmanuel Gil Peyrot2015-01-15
| | | | instead of loading it multiple times.
* Loader: Never forget to change is_loaded.Gravatar Emmanuel Gil Peyrot2015-01-15
|
* License changeGravatar purpasmart962014-12-20
|
* Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS virtual functions as ↵Gravatar bunnei2014-07-04
| | | | "override".
* Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS classes as "final"Gravatar bunnei2014-07-04
|
* Loader: Refactored use of const.Gravatar bunnei2014-06-24
|
* Loader: Implemented AppLoader interface for abstracting application loading.Gravatar bunnei2014-06-24
| | | | | | | | | | | | | | | | | | - Various cleanups/refactorings to Loader, ELF, and NCCH modules. - Added AppLoader interface to ELF and NCCH. - Updated Qt/GLFW frontends to check AppLoader ResultStatus. NCCH: Removed extra qualification typos. Loader: Removed unnecessary #include's. NCCH: Improved readability of memcmp statements. NCCH: Added missing space. Elf: Removed unnecessary usage of unique_ptr. Loader: Removed unnecessary usage of unique_ptr.
* Elf: Removed unused macros, changed #include of "common.h" to just ↵Gravatar bunnei2014-06-17
| | | | "common_types.h".
* Loader: Cleaned up and removed unused code, refactored ELF namespace.Gravatar bunnei2014-06-16
|
* Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> ↵Gravatar bunnei2014-06-16
spaces.