Skip to content

Commit

Permalink
Fix visibility of ProfileSearcher5 validation
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveCookTU committed Sep 1, 2024
1 parent 981c49c commit 5353bcc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Source/Core/Gen5/Searchers/ProfileSearcher5.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ class ProfileSearcher5 : public SearcherBase<ProfileSearcherState5>
*/
void startSearch(int threads, u8 minVFrame, u8 maxVFrame);

virtual ~ProfileSearcher5() = default;

private:
u64 mac;
Date date;
Expand All @@ -90,6 +92,7 @@ class ProfileSearcher5 : public SearcherBase<ProfileSearcherState5>

void search(u8 minVFrame, u8 maxVFrame);

protected:
/**
* @brief Checks if seed matches the provided calibration data
*
Expand Down Expand Up @@ -138,6 +141,7 @@ class ProfileIVSearcher5 final : public ProfileSearcher5
std::array<u8, 6> minIVs;
u8 offset;

protected:
/**
* @brief Checks if seed matches the provided calibration IVs
*
Expand Down Expand Up @@ -188,6 +192,7 @@ class ProfileNeedleSearcher5 final : public ProfileSearcher5
bool memoryLink;
bool unovaLink;

protected:
/**
* @brief Checks if seed matches the provided calibration needles
*
Expand Down Expand Up @@ -233,6 +238,7 @@ class ProfileSeedSearcher5 final : public ProfileSearcher5
private:
u64 seed;

protected:
/**
* @brief Checks if seed matches the provided calibration seed
*
Expand Down

0 comments on commit 5353bcc

Please sign in to comment.