summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/program_metadata.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-23file_sys: Replace inclusions with forward declarations where applicableLioncash1-1/+1
2020-04-21file_sys: program_metadata: Add a helper function for generating reasonable default metadata.bunnei1-1/+5
2019-11-12loader; Resolve sign conversion/truncation errorsLioncash1-2/+2
2019-07-07Implement MapPhysicalMemory/UnmapPhysicalMemoryMichael Scire1-1/+3
2019-06-05program_metadata: Add function to load meta from raw parametersZach Hilman1-0/+5
2019-04-05file_sys/program_metadata: Remove obsolete TODOsLioncash1-2/+0
2018-12-21kernel/process: Hook up the process capability parser to the process itselfLioncash1-0/+6
2018-09-24process/vm_manager: Amend API to allow reading parameters from NPDM metadataLioncash1-2/+4
2018-09-20file-sys: Default heavy-weight class destructors in the cpp fileLioncash1-0/+3
2018-09-04file_sys: Replace includes with forward declarations where applicableLioncash1-3/+1
2018-08-12made ResultStatus a u16David Marcec1-1/+1
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-2/+4
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-4/+2
2018-07-06Virtual Filesystem (#597)Zach Hilman1-2/+4
2018-02-26file_sys: Style tweaksshinyquagsire231-8/+5
2018-02-25file_sys: Add support for parsing NPDM filesshinyquagsire231-0/+157