Properly Notify when Achievements Login Fails

This commit is contained in:
LillyJadeKatrin
2024-07-24 20:50:54 -04:00
parent 8fac6061ac
commit 2f40bc25ae
5 changed files with 27 additions and 4 deletions

View File

@ -98,6 +98,7 @@ public:
bool all_leaderboards = false;
std::set<AchievementId> leaderboards{};
bool rich_presence = false;
int failed_login_code = 0;
};
using UpdateCallback = std::function<void(const UpdatedItems&)>;