aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/loader/nso.cpp
AgeCommit message (Expand)Author
2024-01-15core: Support multiple modules per patcherGPUCode
2023-11-29core: Rename patcher fileGPUCode
2023-11-26loader: fix gcc compileLiam
2023-11-25loader: apply nso patch to offset program imageLiam
2023-11-25core: Define HAS_NCE macroGPUCode
2023-11-25Address some review commentsGPUCode
2023-11-25arm: Implement native code execution backendLiam
2023-09-14core: improve debug workflowLiam
2023-08-25kernel: offset code entry point for 39-bit address space type (#11326)liamwhite
2023-07-14k_process: PageTable -> GetPageTableLiam
2023-03-22kernel: use KTypedAddress for addressesLiam
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2022-08-19code: dodge PAGE_SIZE #defineKyle Kienapfel
2022-06-13general: fix compilation on MinGW GCC 12Liam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
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-05hle: kernel: Rename Process to KProcess.bunnei
2021-04-27loader: Resolve instances of variable shadowingLioncash
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
2020-11-27core: Eliminate remaining usages of the global system instanceLioncash
2020-11-18patch_manager: Remove usages of the global system instanceLioncash
2020-10-13core/CMakeLists: Make some warnings errorsLioncash
2020-09-22General: Make use of std::nullopt where applicableLioncash
2020-09-16loader/nso: Remove unnecessary [[maybe_unused]]Lioncash
2020-09-16core/loader: Remove dependencies on the global system instanceLioncash
2020-04-17loader/nso: Resolve moves not occurring in DecompressSegmentLioncash
2020-04-17loader: nso: Fix loader size and arguments.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-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-07-19VM_Manager: Align allocated memory to 256bytesFernando Sahmkow
2019-06-21Merge pull request #2482 from DarkLordZach/prepobunnei
2019-06-12common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash
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
2019-04-03Merge pull request #2093 from FreddyFunk/disk-cache-better-compressionbunnei
2019-04-01Merge pull request #2281 from lioncash/memorybunnei
2019-03-29Addressed feedbackunknown
2019-03-29core: Do not link LZ4 to core. Use common/data_compression for nso segment de...unknown