summaryrefslogtreecommitdiff
path: root/src/core/loader (follow)
Commit message (Expand)AuthorAgeFilesLines
* loader: don't reassign program ID on npdm reparseGravatar Liam2023-09-301-1/+1
* core: improve debug workflowGravatar Liam2023-09-146-10/+16
* core: implement basic integrity verificationGravatar Liam2023-09-068-1/+165
* kernel: offset code entry point for 39-bit address space type (#11326)Gravatar liamwhite2023-08-254-4/+4
* vfs: expand support for NCA readingGravatar Liam2023-08-1510-40/+20
* k_process: PageTable -> GetPageTableGravatar Liam2023-07-144-4/+4
* file_sys/content_archive: Detect compressed NCAs (#11047)Gravatar Tobias2023-07-121-0/+2
* android: Add proper homebrew checkGravatar Charles Lombardo2023-06-092-1/+14
* kernel: use KTypedAddress for addressesGravatar Liam2023-03-223-3/+3
* general: rename CurrentProcess to ApplicationProcessGravatar Liam2023-02-131-1/+1
* core/loader: Return nullptr if file is nullptrGravatar Merry2022-09-251-0/+4
* code: dodge PAGE_SIZE #defineGravatar Kyle Kienapfel2022-08-193-3/+3
* core/loader: remove ELF loaderGravatar Liam2022-08-014-311/+0
* general: fix compilation on MinGW GCC 12Gravatar Liam2022-06-131-5/+4
* common: consolidate ELF structure definitionsGravatar Liam2022-06-051-167/+16
* chore: add missing SPDX tagsGravatar Andrea Pappacoda2022-04-282-6/+6
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-2318-54/+36
* loader: log the type of mismatching file-extensionGravatar BytesGalore2022-03-031-1/+2
* general: Replace NonCopyable struct with equivalentsGravatar Lioncash2022-02-021-1/+5
* core: loader: kip: Minimal changes to fix KIP loading.Gravatar bunnei2021-12-171-1/+7
* loader: Support loading subsdk{8,9}Gravatar jam1garner2021-12-051-2/+3
* core: Remove unused includesGravatar ameerj2021-11-0310-13/+0
* file_sys: Support load game collection (#6582)Gravatar Feng Chen2021-07-206-29/+52
* general: Make most settings a BasicSettingGravatar lat9nq2021-06-282-4/+4
* common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph2021-05-256-6/+1
* core: Make variable shadowing a compile-time errorGravatar Lioncash2021-05-164-16/+15
* hle: kernel: Rename Process to KProcess.Gravatar bunnei2021-05-0520-37/+37
* core: Resolve misc cases of variable shadowingGravatar Lioncash2021-05-032-6/+9
* loader: Resolve instances of variable shadowingGravatar Lioncash2021-04-2719-169/+257
* program_metadata: Set a default resource size when a NPDM is not presentGravatar Morph2021-04-231-1/+2
* common: Move settings to common from core.Gravatar bunnei2021-04-142-2/+2
* hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.Gravatar bunnei2021-02-185-5/+5
* hle: kernel: KThread: Reorganize thread priority defaults.Gravatar bunnei2021-01-282-4/+4
* core: hle: kernel: Rename Thread to KThread.Gravatar bunnei2021-01-282-2/+2
* main: Resolve error string not displayingGravatar Lioncash2021-01-032-0/+5
* vfs: Use existing type aliases consistentlyGravatar Lioncash2020-12-109-9/+9
* core: Eliminate remaining usages of the global system instanceGravatar Lioncash2020-11-274-15/+2
* core: loader: Implement support for loading indexed programs.Gravatar bunnei2020-11-246-12/+20
* patch_manager: Remove usages of the global system instanceGravatar Lioncash2020-11-188-39/+66
* Revert "core: Fix clang build"Gravatar bunnei2020-10-201-18/+17
* core: Fix clang buildGravatar Lioncash2020-10-171-17/+18
* core/CMakeLists: Make some warnings errorsGravatar Lioncash2020-10-134-4/+4
* General: Make use of std::nullopt where applicableGravatar Lioncash2020-09-221-3/+3
* file_sys/romfs_factory: Eliminate usage of the global system accessorGravatar Lioncash2020-09-163-6/+6
* loader/nso: Remove unnecessary [[maybe_unused]]Gravatar Lioncash2020-09-161-2/+1
* core/loader: Remove dependencies on the global system instanceGravatar Lioncash2020-09-1619-44/+84
* common/fileutil: Convert namespace to Common::FSGravatar Lioncash2020-08-161-1/+1
* common/concepts: Rename IsBaseOf to DerivedFromGravatar Lioncash2020-08-071-1/+1
* Place in anonymous namespaceGravatar David Marcec2020-08-031-0/+4
* loader: Make IdentifyFile typesafeGravatar David Marcec2020-08-031-20/+32