summaryrefslogtreecommitdiffstats
path: root/src/core/loader.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-06-17Loader: Moved elf and loader modules to a "loader" subdirectory.bunnei1-205/+0
2014-06-16Loader: Added stubbed detection of CXI and CCI files.bunnei1-0/+6
2014-06-16Loader: Removed unused CXI and DAT loading code.bunnei1-76/+0
2014-05-23kernel: refactored function naming to remove "__" prefixbunnei1-3/+3
2014-05-16added ability to load AXF files (same as ELF)bunnei1-0/+3
2014-05-14changed loader to use __KernelLoadExecbunnei1-8/+9
2014-05-01- added option to load a code.bin file extracted from a CXI filebunnei1-3/+50
2014-04-22Add a quick way to load Launcher.dat filesMathieu Vaillancourt1-0/+54
2014-04-09fixed project includes to use new directory structurebunnei1-6/+8
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-09fixed all license file headers in corebunnei1-23/+3
2014-04-05added entry point loading from ELF filebunnei1-2/+4
2014-04-01added ELF loading support to loader.cppbunnei1-69/+113
2013-10-06renamed FILETYPE_CTR_DIRECTORY to FILETYPE_DIRECTORY_CXIShizZy1-11/+9
2013-10-02added an early function for booting from a directoryShizZy1-9/+30
2013-09-20added a module for loading bootable binariesShizZy1-0/+123