aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/submission_package.h
diff options
context:
space:
mode:
authorSteveice10 <1269164+Steveice10@users.noreply.github.com>2023-09-05 12:09:42 -0700
committerGitHub <noreply@github.com>2023-09-05 21:09:42 +0200
commit0a51fe78544daafceadbd5418e406bf11e703851 (patch)
tree83c7ae92e1c46ec70ec8ab79420362e5e4b0212d /src/core/file_sys/submission_package.h
parentc24ed3ecafa97dd41eea8738267d5f8347324e00 (diff)
core: Add support for loading NSPs with personalized tickets. (#10048)
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
Diffstat (limited to 'src/core/file_sys/submission_package.h')
-rw-r--r--src/core/file_sys/submission_package.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/file_sys/submission_package.h b/src/core/file_sys/submission_package.h
index 27f97c725..915bffca9 100644
--- a/src/core/file_sys/submission_package.h
+++ b/src/core/file_sys/submission_package.h
@@ -53,7 +53,6 @@ public:
TitleType title_type = TitleType::Application) const;
VirtualFile GetNCAFile(u64 title_id, ContentRecordType type,
TitleType title_type = TitleType::Application) const;
- std::vector<Core::Crypto::Key128> GetTitlekey() const;
std::vector<VirtualFile> GetFiles() const override;