index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
/
program_metadata.h
Age
Commit message (
Expand
)
Author
2021-04-24
Merge pull request #6230 from Morph1984/default-resource-size
bunnei
2021-04-23
program_metadata: Set a default resource size when a NPDM is not present
Morph
2021-04-23
program_metadata: Explicitly specify copy/move functions
Lioncash
2020-08-23
file_sys: Replace inclusions with forward declarations where applicable
Lioncash
2020-04-20
file_sys: program_metadata: Add a helper function for generating reasonable d...
bunnei
2019-11-12
loader; Resolve sign conversion/truncation errors
Lioncash
2019-07-07
Implement MapPhysicalMemory/UnmapPhysicalMemory
Michael Scire
2019-06-05
program_metadata: Add function to load meta from raw parameters
Zach Hilman
2019-04-05
file_sys/program_metadata: Remove obsolete TODOs
Lioncash
2018-12-21
kernel/process: Hook up the process capability parser to the process itself
Lioncash
2018-09-24
process/vm_manager: Amend API to allow reading parameters from NPDM metadata
Lioncash
2018-09-19
file-sys: Default heavy-weight class destructors in the cpp file
Lioncash
2018-09-03
file_sys: Replace includes with forward declarations where applicable
Lioncash
2018-08-12
made ResultStatus a u16
David Marcec
2018-07-18
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-07
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-06
Virtual Filesystem (#597)
Zach Hilman
2018-02-25
file_sys: Style tweaks
shinyquagsire23
2018-02-25
file_sys: Add support for parsing NPDM files
shinyquagsire23