summaryrefslogtreecommitdiff
path: root/src/core/loader/nso.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-15core: Support multiple modules per patcherGravatar GPUCode1-20/+21
2023-11-29core: Rename patcher fileGravatar GPUCode1-1/+1
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 GPUCode1-3/+3
2023-11-25Address some review commentsGravatar GPUCode1-7/+8
2023-11-25arm: Implement native code execution backendGravatar Liam1-7/+49
2023-09-14core: improve debug workflowGravatar Liam1-2/+3
2023-08-25kernel: offset code entry point for 39-bit address space type (#11326)Gravatar liamwhite1-1/+1
2023-07-14k_process: PageTable -> GetPageTableGravatar Liam1-1/+1
2023-03-22kernel: use KTypedAddress for addressesGravatar Liam1-1/+1
2023-02-13general: rename CurrentProcess to ApplicationProcessGravatar Liam1-1/+1
2022-08-19code: dodge PAGE_SIZE #defineGravatar Kyle Kienapfel1-1/+1
2022-06-13general: fix compilation on MinGW GCC 12Gravatar Liam1-5/+4
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph1-3/+2
2021-06-28general: Make most settings a BasicSettingGravatar lat9nq1-2/+2
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph1-1/+0
2021-05-05hle: kernel: Rename Process to KProcess.Gravatar bunnei1-3/+3
2021-04-27loader: Resolve instances of variable shadowingGravatar Lioncash1-11/+11
2021-04-14common: Move settings to common from core.Gravatar bunnei1-1/+1
2021-02-18hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.Gravatar bunnei1-1/+1
2021-01-28hle: kernel: KThread: Reorganize thread priority defaults.Gravatar bunnei1-2/+2
2021-01-28core: hle: kernel: Rename Thread to KThread.Gravatar bunnei1-1/+1
2020-11-27core: Eliminate remaining usages of the global system instanceGravatar Lioncash1-4/+1
2020-11-18patch_manager: Remove usages of the global system instanceGravatar Lioncash1-1/+1
2020-10-13core/CMakeLists: Make some warnings errorsGravatar Lioncash1-1/+1
2020-09-22General: Make use of std::nullopt where applicableGravatar Lioncash1-3/+3
2020-09-16loader/nso: Remove unnecessary [[maybe_unused]]Gravatar Lioncash1-2/+1
2020-09-16core/loader: Remove dependencies on the global system instanceGravatar Lioncash1-4/+4
2020-04-17loader/nso: Resolve moves not occurring in DecompressSegmentGravatar Lioncash1-1/+1
2020-04-17loader: nso: Fix loader size and arguments.Gravatar bunnei1-10/+12
2020-04-17core: memory: Move to Core::Memory namespace.Gravatar bunnei1-2/+2
2020-04-17loader: nso: Fix loading of static objects to be properly sized and aligned.Gravatar bunnei1-19/+9
2020-01-22loader: provide default arguments (zero byte) to NSOsGravatar Michael Scire1-3/+8
2020-01-18core/loaders: Simplify PhysicalMemory usage.Gravatar Markus Wick1-5/+7
2019-09-30core/loader: Track the NSO build ID of the current processGravatar Zach Hilman1-0/+1
2019-09-21nso: Pass build ID directlyGravatar Zach Hilman1-2/+1
2019-07-19VM_Manager: Align allocated memory to 256bytesGravatar Fernando Sahmkow1-1/+1
2019-06-12common/hex_util: Combine HexVectorToString() and HexArrayToString()Gravatar Lioncash1-2/+2
2019-05-26loader: Move NSO module tracking to AppLoaderGravatar Zach Hilman1-3/+9
2019-05-25loader/nso: Silence sign-comparison warningGravatar Lioncash1-1/+1
2019-05-25core: Track load offsets of NSO modulesGravatar Zach Hilman1-0/+3
2019-04-30loader/nso: Remove left-in debug pragmaGravatar Lioncash1-2/+0
2019-04-11core/core: Move process execution start to System's Load()Gravatar Lioncash1-6/+5
2019-03-29Addressed feedbackGravatar unknown1-1/+0
2019-03-29core: Do not link LZ4 to core. Use common/data_compression for nso segment de...Gravatar unknown1-0/+1
2019-03-29Addressed feedbackGravatar unknown1-4/+4
2019-03-29core: Do not link LZ4 to core. Use common/data_compression for nso segment de...Gravatar unknown1-10/+7
2019-03-27patch_manager: Dump NSO name with build IDGravatar Zach Hilman1-2/+4
2019-03-22kernel/codeset: Make CodeSet's memory data member a regular std::vectorGravatar Lioncash1-1/+1