summaryrefslogtreecommitdiffstats
path: root/src/core/loader/ncch.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-15Loader: Clean up the NCCH AppLoader.Emmanuel Gil Peyrot1-51/+48
2015-01-15Loader: Guess filetype from the magic, or fallback to the extension.Emmanuel Gil Peyrot1-2/+17
2015-01-15Loader: Don’t assume the file hasn’t been read before.Emmanuel Gil Peyrot1-4/+7
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-106/+84
2015-01-15Loader: Initialize the default NCCH values in the class declaration, not in the constructor.Emmanuel Gil Peyrot1-4/+0
2015-01-15Loader: Never forget to change is_loaded.Emmanuel Gil Peyrot1-3/+2
2015-01-15Loader: Don’t duplicate the docstring into the cpp file.Emmanuel Gil Peyrot1-41/+0
2015-01-15Loader: Fix indentation, whitespace, and a few other such cosmetic stuff.Emmanuel Gil Peyrot1-1/+1
2014-12-21License changepurpasmart961-1/+1
2014-12-18Filesystem/Archives: Implemented the SaveData archiveSubv1-0/+4
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner1-17/+17
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot1-3/+3
2014-11-18core: Mark some hle functions as staticLioncash1-2/+2
2014-09-17Common: Rename the File namespace to FileUtil, to match the filename and prevent collisions.Emmanuel Gil Peyrot1-3/+3
2014-09-06ncch: inline declare some variables in LZSS_DecompressLioncash1-7/+5
2014-07-05NCCH: Updated ExeFS memory allocation to be safer.bunnei1-1/+6
2014-07-05Loader: Updated read methods to be constbunnei1-53/+65
2014-06-27Loader: Refactored interface such that data is no longer stored by loader.bunnei1-43/+34
2014-06-25Loader: Refactored loading functions to only read data from binary if called.bunnei1-53/+89
2014-06-25Loader: Refactored use of const.bunnei1-5/+5
2014-06-25NCCH: Added RomFS loading.bunnei1-1/+28
2014-06-25NCCH: Fixes reduce unnecessary logging and load logo/banner/etc. sections correctly.bunnei1-20/+25
2014-06-25Loader: Implemented AppLoader interface for abstracting application loading.bunnei1-203/+105
2014-06-17NCCH: Changed decompression to load .code directly into memory rather than an intermediate buffer.bunnei1-9/+3
2014-06-17Loader: Added support for booting NCCH executables.bunnei1-0/+348