summaryrefslogtreecommitdiff
path: root/src/core/loader
AgeCommit message (Expand)Author
2023-07-14k_process: PageTable -> GetPageTableLiam
2023-07-12file_sys/content_archive: Detect compressed NCAs (#11047)Tobias
2023-06-09android: Add proper homebrew checkCharles Lombardo
2023-03-22kernel: use KTypedAddress for addressesLiam
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2022-09-25core/loader: Return nullptr if file is nullptrMerry
2022-08-19code: dodge PAGE_SIZE #defineKyle Kienapfel
2022-08-01core/loader: remove ELF loaderLiam
2022-06-13general: fix compilation on MinGW GCC 12Liam
2022-06-05common: consolidate ELF structure definitionsLiam
2022-04-28chore: add missing SPDX tagsAndrea Pappacoda
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-03loader: log the type of mismatching file-extensionBytesGalore
2022-02-02general: Replace NonCopyable struct with equivalentsLioncash
2021-12-17core: loader: kip: Minimal changes to fix KIP loading.bunnei
2021-12-05loader: Support loading subsdk{8,9}jam1garner
2021-11-03core: Remove unused includesameerj
2021-07-20file_sys: Support load game collection (#6582)Feng Chen
2021-06-28general: Make most settings a BasicSettinglat9nq
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2021-05-16core: Make variable shadowing a compile-time errorLioncash
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-05-03core: Resolve misc cases of variable shadowingLioncash
2021-04-27loader: Resolve instances of variable shadowingLioncash
2021-04-23program_metadata: Set a default resource size when a NPDM is not presentMorph
2021-04-14common: Move settings to common from core.bunnei
2021-02-18hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.bunnei
2021-01-28hle: kernel: KThread: Reorganize thread priority defaults.bunnei
2021-01-28core: hle: kernel: Rename Thread to KThread.bunnei
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