Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-07-05 | Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS virtual functions as "override". | bunnei | 1 | -2/+2 |
2014-07-05 | Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS classes as "final" | bunnei | 1 | -1/+1 |
2014-06-25 | Loader: Refactored use of const. | bunnei | 1 | -2/+2 |
2014-06-25 | Loader: Implemented AppLoader interface for abstracting application loading. | bunnei | 1 | -214/+16 |
2014-06-17 | Elf: Removed unused macros, changed #include of "common.h" to just "common_types.h". | bunnei | 1 | -117/+1 |
2014-06-17 | Loader: Cleaned up and removed unused code, refactored ELF namespace. | bunnei | 1 | -0/+15 |
2014-06-17 | Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> spaces. | bunnei | 1 | -91/+141 |
2014-06-17 | Loader: Moved elf and loader modules to a "loader" subdirectory. | bunnei | 1 | -0/+0 |
2014-04-09 | got rid of 'src' folders in each sub-project | bunnei | 1 | -0/+0 |
2014-03-25 | added Dolphin's ELF reader to the project | bunnei | 1 | -0/+281 |