summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/program_metadata.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-10Fix GCC undefined behavior sanitizer.Markus Wick1-1/+3
2021-04-23program_metadata: Set a default resource size when a NPDM is not presentMorph1-2/+4
2020-08-23file_sys: Replace inclusions with forward declarations where applicableLioncash1-0/+1
2020-04-21file_sys: program_metadata: Add a helper function for generating reasonable default metadata.bunnei1-0/+11
2019-11-12loader; Resolve sign conversion/truncation errorsLioncash1-3/+3
2019-07-07Implement MapPhysicalMemory/UnmapPhysicalMemoryMichael Scire1-0/+4
2019-06-05program_metadata: Add function to load meta from raw parametersZach Hilman1-0/+15
2019-04-05file_sys/program_metadata: Remove obsolete TODOsLioncash1-13/+14
2018-12-28file_sys/program_metadata: Print out more descriptive address space descriptionsLioncash1-3/+7
2018-12-21kernel/process: Hook up the process capability parser to the process itselfLioncash1-0/+11
2018-09-24process/vm_manager: Amend API to allow reading parameters from NPDM metadataLioncash1-1/+3
2018-09-20file-sys: Default heavy-weight class destructors in the cpp fileLioncash1-0/+4
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-1/+1
2018-09-04file_sys: Replace includes with forward declarations where applicableLioncash1-1/+4
2018-08-10loader: Add more descriptive errorsZach Hilman1-6/+6
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-27/+16
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-16/+27
2018-07-06Virtual Filesystem (#597)Zach Hilman1-27/+16
2018-07-03Update clang formatJames Rowe1-1/+1
2018-07-03Rename logging macro back to LOG_*James Rowe1-18/+18
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash1-9/+9
2018-04-25file-sys: Move logging macros over to the new fmt-capable onesLioncash1-20/+19
2018-02-26file_sys: Style tweaksshinyquagsire231-3/+0
2018-02-25file_sys: Add support for parsing NPDM filesshinyquagsire231-0/+117