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
/
submission_package.h
Age
Commit message (
Expand
)
Author
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2020-11-24
core: loader: Implement support for loading indexed programs.
bunnei
2020-10-12
Merge pull request #3929 from FearlessTobi/ticket-keys
bunnei
2020-08-23
file_sys: Replace inclusions with forward declarations where applicable
Lioncash
2020-07-18
file_sys/nsp: Make SetTicketKeys actually do something
FearlessTobi
2020-07-01
key_manager: Correct casing of instance()
Lioncash
2020-05-20
crypto: Make KeyManager a singleton class
FearlessTobi
2019-03-26
core: Port current uses of RegisteredCache to ContentProvider
Zach Hilman
2018-11-01
file_sys: Use common KeyManager in NCA container types
Zach Hilman
2018-10-19
vfs: Remove InterpretAsDirectory and related functions
Zach Hilman
2018-10-03
submission_package: Ensure the 'extracted' member variable is always initialized
Lioncash
2018-10-03
submission_package: Move ExeFS and RomFS initialization to its own function
Lioncash
2018-10-03
submission_package: Move NCA reading code to its own function
Lioncash
2018-09-19
file-sys: Default heavy-weight class destructors in the cpp file
Lioncash
2018-09-05
file_sys/submission_package: Replace includes with forward declarations where...
Lioncash
2018-09-04
main: Only show DRD deprecation warning once
Zach Hilman
2018-09-04
nsp: Comply with style and performance guidelines
Zach Hilman
2018-09-04
file_sys: Add Nintendo Submission Package (NSP)
Zach Hilman