Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Loader: Added support for loading raw BIN executables. | bunnei | 2014-08-28 | 1 | -0/+1 |
* | NCCH: Updated ExeFS memory allocation to be safer. | bunnei | 2014-07-05 | 1 | -0/+1 |
* | Loader: Updated read methods to be const | bunnei | 2014-07-05 | 1 | -5/+5 |
* | Loader: Refactored interface such that data is no longer stored by loader. | bunnei | 2014-06-27 | 1 | -33/+21 |
* | Loader: Refactored loading functions to only read data from binary if called. | bunnei | 2014-06-25 | 1 | -8/+8 |
* | Loader: Refactored use of const. | bunnei | 2014-06-25 | 1 | -3/+3 |
* | NCCH: Fixes reduce unnecessary logging and load logo/banner/etc. sections correctly. | bunnei | 2014-06-25 | 1 | -0/+1 |
* | Loader: Implemented AppLoader interface for abstracting application loading. | bunnei | 2014-06-25 | 1 | -12/+91 |
* | Loader: Cleaned up and removed unused code, refactored ELF namespace. | bunnei | 2014-06-17 | 1 | -14/+1 |
* | Loader: Moved elf and loader modules to a "loader" subdirectory. | bunnei | 2014-06-17 | 1 | -0/+54 |