mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-08 15:20:45 +01:00
Merge pull request #13214 from JosJuice/sethardcoremode-private
AchievementManager: Make SetHardcoreMode private
This commit is contained in:
commit
bb8c0a795f
@ -132,7 +132,6 @@ public:
|
|||||||
void DoIdle();
|
void DoIdle();
|
||||||
|
|
||||||
std::recursive_mutex& GetLock();
|
std::recursive_mutex& GetLock();
|
||||||
void SetHardcoreMode();
|
|
||||||
bool IsHardcoreModeActive() const;
|
bool IsHardcoreModeActive() const;
|
||||||
void SetGameIniId(const std::string& game_ini_id) { m_game_ini_id = game_ini_id; }
|
void SetGameIniId(const std::string& game_ini_id) { m_game_ini_id = game_ini_id; }
|
||||||
|
|
||||||
@ -199,6 +198,8 @@ private:
|
|||||||
void* userdata);
|
void* userdata);
|
||||||
void DisplayWelcomeMessage();
|
void DisplayWelcomeMessage();
|
||||||
|
|
||||||
|
void SetHardcoreMode();
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
void FilterApprovedIni(std::vector<T>& codes, const std::string& game_ini_id) const;
|
void FilterApprovedIni(std::vector<T>& codes, const std::string& game_ini_id) const;
|
||||||
template <typename T>
|
template <typename T>
|
||||||
|
Loading…
Reference in New Issue
Block a user