summaryrefslogtreecommitdiff
path: root/src/core/loader
AgeCommit message (Expand)Author
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
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