summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/program_metadata.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-19scope_exit: Make constexprFearlessTobi1-1/+3
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi1-1/+1
2023-12-23general: properly support multiple memory instancesLiam1-1/+5
2023-10-22kernel: update KProcessLiam1-5/+5
2023-09-30loader: don't reassign program ID on npdm reparseLiam1-0/+8
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-1/+1
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-1/+1
2022-10-22general: Enforce C4800 everywhere except in video_coreMorph1-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-02-13program_metadata: Unpack FileAccessHeader and FileAccessControllat9nq1-5/+47
2021-11-11program_metadata: Add default ThreadInfo kernel capabilityOatmealDome1-1/+4
2021-09-29style: Remove extra space preceding the :: operatorMorph1-1/+1
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