summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/submission_package.h
diff options
context:
space:
mode:
authorSteveice10 <1269164+Steveice10@users.noreply.github.com>2023-09-05 21:09:42 +0200
committerGitHub <noreply@github.com>2023-09-05 21:09:42 +0200
commit0a51fe78544daafceadbd5418e406bf11e703851 (patch)
tree83c7ae92e1c46ec70ec8ab79420362e5e4b0212d /src/core/file_sys/submission_package.h
parentMerge pull request #11427 from zhaobot/tx-update-20230901020727 (diff)
downloadyuzu-0a51fe78544daafceadbd5418e406bf11e703851.tar
yuzu-0a51fe78544daafceadbd5418e406bf11e703851.tar.gz
yuzu-0a51fe78544daafceadbd5418e406bf11e703851.tar.bz2
yuzu-0a51fe78544daafceadbd5418e406bf11e703851.tar.lz
yuzu-0a51fe78544daafceadbd5418e406bf11e703851.tar.xz
yuzu-0a51fe78544daafceadbd5418e406bf11e703851.tar.zst
yuzu-0a51fe78544daafceadbd5418e406bf11e703851.zip
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;