aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/content_archive.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-10-26 00:15:34 -0400
committerGitHub <noreply@github.com>2018-10-26 00:15:34 -0400
commit72e6b31a070bcefc9d03bf75d14bd0808ea403f5 (patch)
treef6a5d3445687d18bdf5965ae6ed2ea5b81f25cfd /src/core/file_sys/content_archive.h
parent1f98dc30eaac7b799182c1998502c05b9fbb56d8 (diff)
parenta25d79cfaad99e7659a8123d41dc0969e854259b (diff)
Merge pull request #1430 from DarkLordZach/remove-promote-dir
vfs: Remove InterpretAsDirectory and related functions
Diffstat (limited to 'src/core/file_sys/content_archive.h')
-rw-r--r--src/core/file_sys/content_archive.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/file_sys/content_archive.h b/src/core/file_sys/content_archive.h
index 1c903cd3f..211946686 100644
--- a/src/core/file_sys/content_archive.h
+++ b/src/core/file_sys/content_archive.h
@@ -100,9 +100,6 @@ public:
// Returns the base ivfc offset used in BKTR patching.
u64 GetBaseIVFCOffset() const;
-protected:
- bool ReplaceFileWithSubdirectory(VirtualFile file, VirtualDir dir) override;
-
private:
bool CheckSupportedNCA(const NCAHeader& header);
bool HandlePotentialHeaderDecryption();