aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/submission_package.cpp
AgeCommit message (Expand)Author
2019-09-21submisson_package: Fix edge case with improperly sized filenamesZach Hilman
2019-09-21Merge pull request #2576 from DarkLordZach/nsp-fix-1David
2019-07-01file_sys/submission_package: Don't warn about missing DeltaFragment NCAsBakugo
2019-06-12common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash
2019-06-10nsp: Correct status codes for extracted NSPsZach Hilman
2019-06-10nsp: Use title ID from NPDM metadata for extracted type NSPsZach Hilman
2019-03-26core: Port current uses of RegisteredCache to ContentProviderZach Hilman
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