mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
Properly Notify when Achievements Login Fails
This commit is contained in:
@ -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&)>;
|
||||
|
||||
|
Reference in New Issue
Block a user