Achievements: Fix HC mode activating on reset of non-cheevo game

This commit is contained in:
Stenzek
2024-04-18 00:40:06 +10:00
parent ef05a80fd2
commit 84b24c6228
3 changed files with 24 additions and 7 deletions

View File

@@ -75,7 +75,7 @@ void Logout();
void GameChanged(const std::string& path, CDImage* image);
/// Re-enables hardcore mode if it is enabled in the settings.
bool ResetHardcoreMode();
bool ResetHardcoreMode(bool is_booting);
/// Forces hardcore mode off until next reset.
void DisableHardcoreMode();