summaryrefslogtreecommitdiffstats
path: root/src/core/loader/ncch.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Loader: Change NCCH header types to be explicitly little-endianGareth Poole2015-10-111-16/+16
* Loader: Implement encryption checkGareth Poole2015-10-111-2/+2
* General: Fix up doxygen commentsLioncash2015-09-101-1/+3
* Loader: Remove unnecessary pointer indirection to IOFileYuri Kunde Schlesner2015-07-141-8/+8
* FS: Stream RomFS from file instead of loading all of it to memorycondut2015-07-141-2/+5
* Loader/NCCH: Fix formatting of bracesYuri Kunde Schlesner2015-05-091-9/+9
* Kernel: Remove g_program_idYuri Kunde Schlesner2015-05-091-6/+0
* Kernel: Introduce skeleton Process class to hold process dataYuri Kunde Schlesner2015-05-091-2/+10
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-1/+3
* Services/Loader: Use more sensible log formats for certain functionspurpasmart962015-04-281-4/+14
* NCCH: Minor updates to the ncch headerpurpasmart962015-03-151-11/+14
* Loader: Guess filetype from the magic, or fallback to the extension.Emmanuel Gil Peyrot2015-01-151-1/+8
* Loader: Keep a reference to the file and pass it to the correct AppLoader, instead of loading it multiple times.Emmanuel Gil Peyrot2015-01-151-6/+1
* Loader: Initialize the default NCCH values in the class declaration, not in the constructor.Emmanuel Gil Peyrot2015-01-151-4/+4
* Loader: Never forget to change is_loaded.Emmanuel Gil Peyrot2015-01-151-1/+1
* License changepurpasmart962014-12-211-1/+1
* Filesystem/Archives: Implemented the SaveData archiveSubv2014-12-181-0/+6
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-1/+1
* ncch: Remove C-style struct typedefsLioncash2014-09-061-4/+4
* Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS virtual functions as "override".bunnei2014-07-051-7/+7
* Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS classes as "final"bunnei2014-07-051-1/+1
* Loader: Updated read methods to be constbunnei2014-07-051-8/+7
* Loader: Refactored interface such that data is no longer stored by loader.bunnei2014-06-271-20/+18
* Loader: Refactored loading functions to only read data from binary if called.bunnei2014-06-251-13/+44
* Loader: Refactored use of const.bunnei2014-06-251-6/+5
* NCCH: Added RomFS loading.bunnei2014-06-251-0/+8
* NCCH: Fixes reduce unnecessary logging and load logo/banner/etc. sections correctly.bunnei2014-06-251-2/+3
* Loader: Implemented AppLoader interface for abstracting application loading.bunnei2014-06-251-7/+174
* Loader: Added support for booting NCCH executables.bunnei2014-06-171-0/+21