summaryrefslogtreecommitdiff
path: root/src/core/loader/loader.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* general: Replace NonCopyable struct with equivalentsGravatar Lioncash2022-02-021-1/+5
* file_sys: Support load game collection (#6582)Gravatar Feng Chen2021-07-201-1/+12
* core: Make variable shadowing a compile-time errorGravatar Lioncash2021-05-161-1/+1
* hle: kernel: Rename Process to KProcess.Gravatar bunnei2021-05-051-2/+2
* loader: Resolve instances of variable shadowingGravatar Lioncash2021-04-271-16/+41
* main: Resolve error string not displayingGravatar Lioncash2021-01-031-0/+1
* core: loader: Implement support for loading indexed programs.Gravatar bunnei2020-11-241-1/+3
* patch_manager: Remove usages of the global system instanceGravatar Lioncash2020-11-181-3/+6
* core/loader: Remove dependencies on the global system instanceGravatar Lioncash2020-09-161-1/+6
* Merge pull request #2546 from DarkLordZach/kipsGravatar bunnei2019-06-211-0/+5
|\
| * loader: Add recognition for KIP file typeGravatar Zach Hilman2019-06-051-0/+1
| * loader: Add KIP and INI file parser-specific errorsGravatar Zach Hilman2019-06-051-0/+4
* | Merge pull request #2482 from DarkLordZach/prepoGravatar bunnei2019-06-211-0/+6
|\ \
| * | loader: Move NSO module tracking to AppLoaderGravatar Zach Hilman2019-05-261-0/+6
| |/
* / core/loader: Remove LoadKernelSystemModeGravatar Lioncash2019-05-281-11/+0
|/
* core/core: Move process execution start to System's Load()Gravatar Lioncash2019-04-111-1/+7
* loader: Propagate NCA logo section to ReadBanner and ReadLogoGravatar Zach Hilman2019-01-151-0/+4
* loader: Add accessor for Manual RomFSGravatar Zach Hilman2018-12-281-0/+9
* Merge pull request #1928 from lioncash/capsGravatar bunnei2018-12-271-0/+2
|\
| * kernel/process: Hook up the process capability parser to the process itselfGravatar Lioncash2018-12-211-0/+2
* | loader: Add accessor for game control dataGravatar Zach Hilman2018-12-271-3/+7
|/
* Merge pull request #1819 from DarkLordZach/disable-addonsGravatar bunnei2018-12-101-0/+10
|\
| * loader: Add support for reading the name of game's developerGravatar Zach Hilman2018-12-031-0/+10
* | loaders: Make GetFileType() a const qualified member functionGravatar Lioncash2018-12-051-1/+1
|/
* global: Use std::optional instead of boost::optional (#1578)Gravatar Frederic L2018-10-301-2/+3
* nso: Return an optional address from LoadModuleGravatar Lioncash2018-10-151-0/+1
* loader: Add getter for packed updateGravatar Zach Hilman2018-10-051-2/+12
* loader: Make the Load() function take a process as a regular reference, not a...Gravatar Lioncash2018-09-291-2/+1
* bktr: Implement IVFC offset shiftingGravatar Zach Hilman2018-09-041-0/+9
* bktr: Fix missing includes and optimize styleGravatar Zach Hilman2018-09-041-1/+1
* loader: Add BKTR-specific error messages and codesGravatar Zach Hilman2018-09-041-6/+14
* loader: Add NSP file type and NSP-specific errorsGravatar Zach Hilman2018-09-041-0/+2
* vfs_real: Forward declare IOFileGravatar Lioncash2018-09-021-4/+2
* loader: Add new NAX-specific errors and messagesGravatar Zach Hilman2018-08-231-0/+13
* nax: Add AppLoader_NAX and update loader to support itGravatar Zach Hilman2018-08-231-0/+1
* loader: Make ResultStatus directly compatible with fmtGravatar Lioncash2018-08-151-2/+2
* loader: Remove address mapping remnants from citraGravatar Lioncash2018-08-141-7/+0
* made ResultStatus a u16Gravatar David Marcec2018-08-121-1/+1
* loader: Add more descriptive errorsGravatar Zach Hilman2018-08-091-9/+37
* loader: Remove unused IdentifyFile overloadGravatar Zach Hilman2018-08-081-8/+0
* Avoid parsing RomFS to directory in NCAGravatar Zach Hilman2018-08-061-1/+1
* Merge pull request #849 from DarkLordZach/xciGravatar bunnei2018-08-041-1/+3
|\
| * Use more descriptive error codes and messagesGravatar Zach Hilman2018-08-011-1/+2
| * Remove files that are not usedGravatar Zach Hilman2018-08-011-0/+1
* | kernel: Move object class to its own source filesGravatar Lioncash2018-08-011-1/+1
|/
* core: Make converting constructors explicit where applicableGravatar Lioncash2018-07-231-1/+1
* loader: Amend Doxygen commentsGravatar Lioncash2018-07-191-3/+3
* Virtual Filesystem 2: Electric Boogaloo (#676)Gravatar Zach Hilman2018-07-181-18/+12
* Revert "Virtual Filesystem (#597)"Gravatar bunnei2018-07-071-12/+18