summaryrefslogtreecommitdiff
path: root/src/core/loader
AgeCommit message (Expand)Author
2021-01-03main: Resolve error string not displayingLioncash
2020-12-10vfs: Use existing type aliases consistentlyLioncash
2020-11-27core: Eliminate remaining usages of the global system instanceLioncash
2020-11-24core: loader: Implement support for loading indexed programs.bunnei
2020-11-18patch_manager: Remove usages of the global system instanceLioncash
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
2020-10-13core/CMakeLists: Make some warnings errorsLioncash
2020-09-22General: Make use of std::nullopt where applicableLioncash
2020-09-16file_sys/romfs_factory: Eliminate usage of the global system accessorLioncash
2020-09-16loader/nso: Remove unnecessary [[maybe_unused]]Lioncash
2020-09-16core/loader: Remove dependencies on the global system instanceLioncash
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash
2020-08-07common/concepts: Rename IsBaseOf to DerivedFromLioncash
2020-08-03Place in anonymous namespaceDavid Marcec
2020-08-03loader: Make IdentifyFile typesafeDavid Marcec
2020-04-20loader: nro: Fix process initialization using ProgramMetadata default.bunnei
2020-04-20loader: elf: Fix process initialization using ProgramMetadata default.bunnei
2020-04-17loader/nso: Resolve moves not occurring in DecompressSegmentLioncash
2020-04-17loader: nso: Fix loader size and arguments.bunnei
2020-04-17loader: elf/kip/nro: Updates for new VMM.bunnei
2020-04-17core: memory: Move to Core::Memory namespace.bunnei
2020-04-17loader: nso: Fix loading of static objects to be properly sized and aligned.bunnei
2020-03-02core: loader: Remove check for 32-bit.bunnei
2020-01-22loader: provide default arguments (zero byte) to NSOsMichael Scire
2020-01-18core/loaders: Simplify PhysicalMemory usage.Markus Wick
2019-09-30core/loader: Track the NSO build ID of the current processZach Hilman
2019-09-21nso: Pass build ID directlyZach Hilman
2019-09-21yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman
2019-09-21Merge pull request #2576 from DarkLordZach/nsp-fix-1David
2019-09-08nro: Implement ReadControlDataNick Renieris
2019-07-19VM_Manager: Align allocated memory to 256bytesFernando Sahmkow
2019-07-02file_sys: Rename other ContentRecordType membersBakugo
2019-06-21Merge pull request #2546 from DarkLordZach/kipsbunnei
2019-06-21Merge pull request #2482 from DarkLordZach/prepobunnei
2019-06-12common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash
2019-06-10nsp: Correct status codes for extracted NSPsZach Hilman
2019-06-10nsp: Use title ID from NPDM metadata for extracted type NSPsZach Hilman
2019-06-06kernel_executable: Optimize BLZ decompressionZach Hilman
2019-06-05Merge pull request #2526 from lioncash/globalZach Hilman
2019-06-05loader: Add recognition for KIP file typeZach Hilman
2019-06-05loader: Add KIP and INI file parser-specific errorsZach Hilman
2019-06-05loader: Add AppLoader_KIP for KIP filesZach Hilman
2019-05-28core/loader: Remove LoadKernelSystemModeLioncash
2019-05-26loader: Move NSO module tracking to AppLoaderZach Hilman
2019-05-25loader/nso: Silence sign-comparison warningLioncash
2019-05-25core: Track load offsets of NSO modulesZach Hilman
2019-04-30loader/nso: Remove left-in debug pragmaLioncash
2019-04-11core/core: Move process execution start to System's Load()Lioncash
2019-04-09Merge pull request #1957 from DarkLordZach/title-providerbunnei