forked from eden-emu/eden
nca_patch: Make SearchBucketEntry() internally linked
This is only used internally and doesn't depend on any class state, so we can make it fully internal.
This commit is contained in:
parent
5dbae278f4
commit
a92c6ddd22
2 changed files with 43 additions and 44 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue