aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/submission_package.cpp
AgeCommit message (Expand)Author
2018-11-01file_sys: Use common KeyManager in NCA container typesZach Hilman
2018-10-19vfs: Remove InterpretAsDirectory and related functionsZach Hilman
2018-10-05romfs_factory: Extract packed update setter to new functionZach Hilman
2018-10-03submission_package: Avoid dangling std::string_view within SetTicketKeys()Lioncash
2018-10-03submission_package: Correct location of null check within SetTicketKeys()Lioncash
2018-10-03submission_package: Use std::string's rfind() when looking for the extension ...Lioncash
2018-10-03submission_package: Ensure the 'extracted' member variable is always initializedLioncash
2018-10-03submission_package: Move ExeFS and RomFS initialization to its own functionLioncash
2018-10-03submission_package: Move NCA reading code to its own functionLioncash
2018-10-03submission_package: Move ticket key setting to its own functionLioncash
2018-10-03submission_package: Invert conditionals within NSP's constructor to reduce ne...Lioncash
2018-09-05Merge pull request #1242 from lioncash/file-sysbunnei
2018-09-05file_sys/submission_package: Correct constructor initialization list orderLioncash
2018-09-05file_sys/submission_package: Replace includes with forward declarations where...Lioncash
2018-09-04nsp: Fix error masking issue with XCI filesZach Hilman
2018-09-04main: Only show DRD deprecation warning onceZach Hilman
2018-09-04nsp: Comply with style and performance guidelinesZach Hilman
2018-09-04file_sys: Add Nintendo Submission Package (NSP)Zach Hilman