summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/nca_patch.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-09-15 15:06:43 +0200
committerLioncash <mathew1800@gmail.com>2020-09-15 15:06:46 +0200
commit99b372a6c5c6d42e1c2e36e710e191901973f449 (patch)
treea45928d4706a8447077e568490c0ee022f006707 /src/core/file_sys/nca_patch.h
parentMerge pull request #4655 from lioncash/internal2 (diff)
downloadyuzu-99b372a6c5c6d42e1c2e36e710e191901973f449.tar
yuzu-99b372a6c5c6d42e1c2e36e710e191901973f449.tar.gz
yuzu-99b372a6c5c6d42e1c2e36e710e191901973f449.tar.bz2
yuzu-99b372a6c5c6d42e1c2e36e710e191901973f449.tar.lz
yuzu-99b372a6c5c6d42e1c2e36e710e191901973f449.tar.xz
yuzu-99b372a6c5c6d42e1c2e36e710e191901973f449.tar.zst
yuzu-99b372a6c5c6d42e1c2e36e710e191901973f449.zip
Diffstat (limited to 'src/core/file_sys/nca_patch.h')
-rw-r--r--src/core/file_sys/nca_patch.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/file_sys/nca_patch.h b/src/core/file_sys/nca_patch.h
index 8e64e8378..60c544f8e 100644
--- a/src/core/file_sys/nca_patch.h
+++ b/src/core/file_sys/nca_patch.h
@@ -117,10 +117,6 @@ public:
bool Rename(std::string_view name) override;
private:
- template <bool Subsection, typename BlockType, typename BucketType>
- std::pair<std::size_t, std::size_t> SearchBucketEntry(u64 offset, BlockType block,
- BucketType buckets) const;
-
RelocationEntry GetRelocationEntry(u64 offset) const;
RelocationEntry GetNextRelocationEntry(u64 offset) const;