summaryrefslogtreecommitdiff
path: root/src/core/loader (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-19scope_exit: Make constexprGravatar FearlessTobi1-1/+3
2024-01-25vfs: Move vfs files to their own directoryGravatar FearlessTobi2-2/+2
2024-01-23loader: also register fs process for raw exefs partitionGravatar Liam1-0/+8
2024-01-15core: Support multiple modules per patcherGravatar GPUCode3-39/+80
2024-01-13loader: fix homebrew nro registrationGravatar Liam1-6/+6
2024-01-11fsp-srv: use program registry for SetCurrentProcessGravatar Liam5-20/+12
2023-12-22kernel: restrict nce to applicationsGravatar Liam1-3/+4
2023-12-01file_sys: handle null romfsGravatar Liam1-4/+2
2023-11-29core: Rename patcher fileGravatar GPUCode3-3/+3
2023-11-26loader: fix gcc compileGravatar Liam1-1/+1
2023-11-25loader: apply nso patch to offset program imageGravatar Liam1-4/+6
2023-11-25core: Define HAS_NCE macroGravatar GPUCode3-9/+9
2023-11-25Address some review commentsGravatar GPUCode2-10/+11
2023-11-25android: Add cpu bakend gui toggleGravatar GPUCode2-3/+5
2023-11-25arm: Implement native code execution backendGravatar Liam5-26/+162
2023-11-25kernel: Manually specify aslr region startGravatar Liam3-3/+5
2023-09-30loader: don't reassign program ID on npdm reparseGravatar Liam1-1/+1
2023-09-14core: improve debug workflowGravatar Liam6-10/+16
2023-09-06core: implement basic integrity verificationGravatar Liam8-1/+165
2023-08-25kernel: offset code entry point for 39-bit address space type (#11326)Gravatar liamwhite4-4/+4
2023-08-15vfs: expand support for NCA readingGravatar Liam10-40/+20
2023-07-14k_process: PageTable -> GetPageTableGravatar Liam4-4/+4
2023-07-12file_sys/content_archive: Detect compressed NCAs (#11047)Gravatar Tobias1-0/+2
2023-06-09android: Add proper homebrew checkGravatar Charles Lombardo2-1/+14
2023-03-22kernel: use KTypedAddress for addressesGravatar Liam3-3/+3
2023-02-13general: rename CurrentProcess to ApplicationProcessGravatar Liam1-1/+1
2022-09-25core/loader: Return nullptr if file is nullptrGravatar Merry1-0/+4
2022-08-19code: dodge PAGE_SIZE #defineGravatar Kyle Kienapfel3-3/+3
2022-08-01core/loader: remove ELF loaderGravatar Liam4-311/+0
2022-06-13general: fix compilation on MinGW GCC 12Gravatar Liam1-5/+4
2022-06-05common: consolidate ELF structure definitionsGravatar Liam1-167/+16
2022-04-28chore: add missing SPDX tagsGravatar Andrea Pappacoda2-6/+6
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph18-54/+36
2022-03-03loader: log the type of mismatching file-extensionGravatar BytesGalore1-1/+2
2022-02-02general: Replace NonCopyable struct with equivalentsGravatar Lioncash1-1/+5
2021-12-17core: loader: kip: Minimal changes to fix KIP loading.Gravatar bunnei1-1/+7
2021-12-05loader: Support loading subsdk{8,9}Gravatar jam1garner1-2/+3
2021-11-03core: Remove unused includesGravatar ameerj10-13/+0
2021-07-20file_sys: Support load game collection (#6582)Gravatar Feng Chen6-29/+52
2021-06-28general: Make most settings a BasicSettingGravatar lat9nq2-4/+4
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph6-6/+1
2021-05-16core: Make variable shadowing a compile-time errorGravatar Lioncash4-16/+15
2021-05-05hle: kernel: Rename Process to KProcess.Gravatar bunnei20-37/+37
2021-05-03core: Resolve misc cases of variable shadowingGravatar Lioncash2-6/+9
2021-04-27loader: Resolve instances of variable shadowingGravatar Lioncash19-169/+257
2021-04-23program_metadata: Set a default resource size when a NPDM is not presentGravatar Morph1-1/+2
2021-04-14common: Move settings to common from core.Gravatar bunnei2-2/+2
2021-02-18hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.Gravatar bunnei5-5/+5
2021-01-28hle: kernel: KThread: Reorganize thread priority defaults.Gravatar bunnei2-4/+4
2021-01-28core: hle: kernel: Rename Thread to KThread.Gravatar bunnei2-2/+2