summaryrefslogtreecommitdiffstats
path: root/src/core/loader/loader.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Prune redundant includesarchshift2014-09-091-1/+0
* Loader: Added support for loading raw BIN executables.bunnei2014-08-281-0/+20
* FileSys: Added preliminary support for applications reading the RomFS archive.bunnei2014-07-051-4/+11
* Loader: Refactored use of const.bunnei2014-06-251-2/+2
* Loader: Implemented AppLoader interface for abstracting application loading.bunnei2014-06-251-26/+29
* Loader: Cleaned up and removed unused code, refactored ELF namespace.bunnei2014-06-171-139/+3
* Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> spaces.bunnei2014-06-171-1/+1
* Loader: Added support for booting NCCH executables.bunnei2014-06-171-0/+5
* Loader: Moved elf and loader modules to a "loader" subdirectory.bunnei2014-06-171-0/+205