summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/submission_package.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-03submission_package: Avoid dangling std::string_view within SetTicketKeys()Lioncash1-2/+5
2018-10-03submission_package: Correct location of null check within SetTicketKeys()Lioncash1-3/+6
2018-10-03submission_package: Use std::string's rfind() when looking for the extension in InitializeExeFSAndRomFS()Lioncash1-1/+1
2018-10-03submission_package: Ensure the 'extracted' member variable is always initializedLioncash1-2/+0
2018-10-03submission_package: Move ExeFS and RomFS initialization to its own functionLioncash1-10/+17
2018-10-03submission_package: Move NCA reading code to its own functionLioncash1-43/+46
2018-10-03submission_package: Move ticket key setting to its own functionLioncash1-21/+28
2018-10-03submission_package: Invert conditionals within NSP's constructor to reduce nestingLioncash1-45/+49
2018-09-05file_sys/submission_package: Correct constructor initialization list orderLioncash1-2/+2
2018-09-05file_sys/submission_package: Replace includes with forward declarations where applicableLioncash1-1/+7
2018-09-04nsp: Fix error masking issue with XCI filesZach Hilman1-1/+4
2018-09-04main: Only show DRD deprecation warning onceZach Hilman1-0/+1
2018-09-04nsp: Comply with style and performance guidelinesZach Hilman1-24/+33
2018-09-04file_sys: Add Nintendo Submission Package (NSP)Zach Hilman1-0/+226