summaryrefslogtreecommitdiffstats
path: root/src/core/loader/loader.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #291 from purpasmart96/licensebunnei2014-12-211-1/+1
|\
| * License changepurpasmart962014-12-211-1/+1
* | Common: Add a clone of std::make_uniqueYuri Kunde Schlesner2014-12-201-2/+4
|/
* Filesystem/Archives: Implemented the SaveData archiveSubv2014-12-181-0/+1
* FS.Archive: Clean up treatment of archives and their handlesYuri Kunde Schlesner2014-12-161-1/+1
* Service.FS: Do archive registration using IdCode instead of nameYuri Kunde Schlesner2014-12-161-1/+1
* HLE: Rename namespaces to match move & fix initialization orderYuri Kunde Schlesner2014-12-161-1/+1
* HLE: Move kernel/archive.* to service/fs/Yuri Kunde Schlesner2014-12-161-1/+1
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-3/+3
* Loader: Add 3DSX supportichfly2014-12-081-0/+7
* Common: Rename the File namespace to FileUtil, to match the filename and prevent collisions.Emmanuel Gil Peyrot2014-09-171-1/+1
* Merge pull request #99 from archshift/ext-checkbunnei2014-09-111-15/+16
|\
| * Added string_util to common, small changes in loader.cpparchshift2014-09-091-16/+15
| * loader.cpp: improved file extension checking, made Upper/LowerStr usefularchshift2014-09-091-6/+8
* | core: Prune redundant includesarchshift2014-09-091-1/+0
|/
* Loader: Added support for loading raw BIN executables.bunnei2014-08-281-0/+20
* FileSys: Added preliminary support for applications reading the RomFS archive.bunnei2014-07-051-4/+11
* Loader: Refactored use of const.bunnei2014-06-251-2/+2
* Loader: Implemented AppLoader interface for abstracting application loading.bunnei2014-06-251-26/+29
* Loader: Cleaned up and removed unused code, refactored ELF namespace.bunnei2014-06-171-139/+3
* Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> spaces.bunnei2014-06-171-1/+1
* Loader: Added support for booting NCCH executables.bunnei2014-06-171-0/+5
* Loader: Moved elf and loader modules to a "loader" subdirectory.bunnei2014-06-171-0/+205