summaryrefslogtreecommitdiffstats
path: root/src/core/loader/loader.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Loader: Remove .bin file supportYuri Kunde Schlesner2015-05-091-1/+0
* Process: Rename StaticAddressMapping => AddressMappingYuri Kunde Schlesner2015-05-091-1/+1
* Kernel: Introduce skeleton Process class to hold process dataYuri Kunde Schlesner2015-05-091-0/+8
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-1/+1
* core: Fix some warnings on OSXLioncash2015-02-031-1/+1
* Loader: Guess filetype from the magic, or fallback to the extension.Emmanuel Gil Peyrot2015-01-151-7/+4
* 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-1/+6
* License changepurpasmart962014-12-211-1/+1
* Loader: Add 3DSX supportichfly2014-12-081-0/+1
* Loader: Added support for loading raw BIN executables.bunnei2014-08-281-0/+1
* NCCH: Updated ExeFS memory allocation to be safer.bunnei2014-07-051-0/+1
* Loader: Updated read methods to be constbunnei2014-07-051-5/+5
* Loader: Refactored interface such that data is no longer stored by loader.bunnei2014-06-271-33/+21
* Loader: Refactored loading functions to only read data from binary if called.bunnei2014-06-251-8/+8
* Loader: Refactored use of const.bunnei2014-06-251-3/+3
* NCCH: Fixes reduce unnecessary logging and load logo/banner/etc. sections correctly.bunnei2014-06-251-0/+1
* Loader: Implemented AppLoader interface for abstracting application loading.bunnei2014-06-251-12/+91
* Loader: Cleaned up and removed unused code, refactored ELF namespace.bunnei2014-06-171-14/+1
* Loader: Moved elf and loader modules to a "loader" subdirectory.bunnei2014-06-171-0/+54