Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-07-05 | NCCH: Updated ExeFS memory allocation to be safer. | bunnei | 1 | -1/+6 |
2014-07-05 | Loader: Updated read methods to be const | bunnei | 1 | -53/+65 |
2014-06-27 | Loader: Refactored interface such that data is no longer stored by loader. | bunnei | 1 | -43/+34 |
2014-06-25 | Loader: Refactored loading functions to only read data from binary if called. | bunnei | 1 | -53/+89 |
2014-06-25 | Loader: Refactored use of const. | bunnei | 1 | -5/+5 |
2014-06-25 | NCCH: Added RomFS loading. | bunnei | 1 | -1/+28 |
2014-06-25 | NCCH: Fixes reduce unnecessary logging and load logo/banner/etc. sections correctly. | bunnei | 1 | -20/+25 |
2014-06-25 | Loader: Implemented AppLoader interface for abstracting application loading. | bunnei | 1 | -203/+105 |
2014-06-17 | NCCH: Changed decompression to load .code directly into memory rather than an intermediate buffer. | bunnei | 1 | -9/+3 |
2014-06-17 | Loader: Added support for booting NCCH executables. | bunnei | 1 | -0/+348 |