summaryrefslogtreecommitdiff
path: root/src/core/loader/loader.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-25vfs: Move vfs files to their own directoryGravatar FearlessTobi1-1/+1
2023-09-06core: implement basic integrity verificationGravatar Liam1-0/+10
2023-08-15vfs: expand support for NCA readingGravatar Liam1-12/+0
2023-07-12file_sys/content_archive: Detect compressed NCAs (#11047)Gravatar Tobias1-0/+2
2022-08-01core/loader: remove ELF loaderGravatar Liam1-1/+0
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph1-3/+2
2022-02-02general: Replace NonCopyable struct with equivalentsGravatar Lioncash1-1/+5
2021-07-20file_sys: Support load game collection (#6582)Gravatar Feng Chen1-1/+12
2021-05-16core: Make variable shadowing a compile-time errorGravatar Lioncash1-1/+1
2021-05-05hle: kernel: Rename Process to KProcess.Gravatar bunnei1-2/+2
2021-04-27loader: Resolve instances of variable shadowingGravatar Lioncash1-16/+41
2021-01-03main: Resolve error string not displayingGravatar Lioncash1-0/+1
2020-11-24core: loader: Implement support for loading indexed programs.Gravatar bunnei1-1/+3
2020-11-18patch_manager: Remove usages of the global system instanceGravatar Lioncash1-3/+6
2020-09-16core/loader: Remove dependencies on the global system instanceGravatar Lioncash1-1/+6
2019-06-05loader: Add recognition for KIP file typeGravatar Zach Hilman1-0/+1
2019-06-05loader: Add KIP and INI file parser-specific errorsGravatar Zach Hilman1-0/+4
2019-05-28core/loader: Remove LoadKernelSystemModeGravatar Lioncash1-11/+0
2019-05-26loader: Move NSO module tracking to AppLoaderGravatar Zach Hilman1-0/+6
2019-04-11core/core: Move process execution start to System's Load()Gravatar Lioncash1-1/+7
2019-01-15loader: Propagate NCA logo section to ReadBanner and ReadLogoGravatar Zach Hilman1-0/+4
2018-12-28loader: Add accessor for Manual RomFSGravatar Zach Hilman1-0/+9
2018-12-27loader: Add accessor for game control dataGravatar Zach Hilman1-3/+7
2018-12-21kernel/process: Hook up the process capability parser to the process itselfGravatar Lioncash1-0/+2
2018-12-05loaders: Make GetFileType() a const qualified member functionGravatar Lioncash1-1/+1
2018-12-03loader: Add support for reading the name of game's developerGravatar Zach Hilman1-0/+10
2018-10-30global: Use std::optional instead of boost::optional (#1578)Gravatar Frederic L1-2/+3
2018-10-15nso: Return an optional address from LoadModuleGravatar Lioncash1-0/+1
2018-10-05loader: Add getter for packed updateGravatar Zach Hilman1-2/+12
2018-09-29loader: Make the Load() function take a process as a regular reference, not a...Gravatar Lioncash1-2/+1
2018-09-04bktr: Implement IVFC offset shiftingGravatar Zach Hilman1-0/+9
2018-09-04bktr: Fix missing includes and optimize styleGravatar Zach Hilman1-1/+1
2018-09-04loader: Add BKTR-specific error messages and codesGravatar Zach Hilman1-6/+14
2018-09-04loader: Add NSP file type and NSP-specific errorsGravatar Zach Hilman1-0/+2
2018-09-02vfs_real: Forward declare IOFileGravatar Lioncash1-4/+2
2018-08-23loader: Add new NAX-specific errors and messagesGravatar Zach Hilman1-0/+13
2018-08-23nax: Add AppLoader_NAX and update loader to support itGravatar Zach Hilman1-0/+1
2018-08-15loader: Make ResultStatus directly compatible with fmtGravatar Lioncash1-2/+2
2018-08-14loader: Remove address mapping remnants from citraGravatar Lioncash1-7/+0
2018-08-12made ResultStatus a u16Gravatar David Marcec1-1/+1
2018-08-09loader: Add more descriptive errorsGravatar Zach Hilman1-9/+37
2018-08-08loader: Remove unused IdentifyFile overloadGravatar Zach Hilman1-8/+0
2018-08-06Avoid parsing RomFS to directory in NCAGravatar Zach Hilman1-1/+1
2018-08-01kernel: Move object class to its own source filesGravatar Lioncash1-1/+1
2018-08-01Use more descriptive error codes and messagesGravatar Zach Hilman1-1/+2
2018-08-01Remove files that are not usedGravatar Zach Hilman1-0/+1
2018-07-23core: Make converting constructors explicit where applicableGravatar Lioncash1-1/+1
2018-07-19loader: Amend Doxygen commentsGravatar Lioncash1-3/+3
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Gravatar Zach Hilman1-18/+12
2018-07-07Revert "Virtual Filesystem (#597)"Gravatar bunnei1-12/+18