summaryrefslogtreecommitdiffstats
path: root/src/core/loader/ncch.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Loader: Implemented AppLoader interface for abstracting application loading.bunnei2014-06-251-203/+105
| | | | | | | | | | | | | | | | | | - 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.
* NCCH: Changed decompression to load .code directly into memory rather than an intermediate buffer.bunnei2014-06-171-9/+3
|
* Loader: Added support for booting NCCH executables.bunnei2014-06-171-0/+348
NCCH: Fixed typo in printing NCCH filename.