summaryrefslogtreecommitdiffstats
path: root/src/core/loader/ncch.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-06-25Loader: Refactored use of const.bunnei1-6/+5
2014-06-25NCCH: Added RomFS loading.bunnei1-0/+8
2014-06-25NCCH: Fixes reduce unnecessary logging and load logo/banner/etc. sections correctly.bunnei1-2/+3
Loader: Added ErrorNotUsed ReturnStatus type to specify when something is not used.
2014-06-25Loader: Implemented AppLoader interface for abstracting application loading.bunnei1-7/+174
- 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.
2014-06-17Loader: Added support for booting NCCH executables.bunnei1-0/+21
NCCH: Fixed typo in printing NCCH filename.