summaryrefslogtreecommitdiffstats
path: root/src/core/loader/loader.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-15Loader: Guess filetype from the magic, or fallback to the extension.Emmanuel Gil Peyrot1-7/+4
2015-01-15Loader: Keep a reference to the file and pass it to the correct AppLoader, instead of loading it multiple times.Emmanuel Gil Peyrot1-1/+6
2014-12-21License changepurpasmart961-1/+1
2014-12-08Loader: Add 3DSX supportichfly1-0/+1
2014-08-31Loader: Added support for loading raw BIN executables.bunnei1-0/+1
2014-08-28Loader: Added support for loading raw BIN executables.bunnei1-0/+1
2014-07-05NCCH: Updated ExeFS memory allocation to be safer.bunnei1-0/+1
2014-07-05Loader: Updated read methods to be constbunnei1-5/+5
2014-06-27Loader: Refactored interface such that data is no longer stored by loader.bunnei1-33/+21
2014-06-25Loader: Refactored loading functions to only read data from binary if called.bunnei1-8/+8
2014-06-25Loader: Refactored use of const.bunnei1-3/+3
2014-06-25NCCH: Fixes reduce unnecessary logging and load logo/banner/etc. sections correctly.bunnei1-0/+1
2014-06-25Loader: Implemented AppLoader interface for abstracting application loading.bunnei1-12/+91
2014-06-17Loader: Cleaned up and removed unused code, refactored ELF namespace.bunnei1-14/+1
2014-06-17Loader: Moved elf and loader modules to a "loader" subdirectory.bunnei1-0/+0
2014-05-01- added option to load a code.bin file extracted from a CXI filebunnei1-11/+13
2014-04-22Add a quick way to load Launcher.dat filesMathieu Vaillancourt1-5/+6
2014-04-09fixed project includes to use new directory structurebunnei1-1/+1
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-09fixed all license file headers in corebunnei1-27/+4
2013-10-06renamed FILETYPE_CTR_DIRECTORY to FILETYPE_DIRECTORY_CXIShizZy1-1/+1
2013-10-02added an early function for booting from a directoryShizZy1-7/+5
2013-09-20added a module for loading bootable binariesShizZy1-0/+76