mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Merge pull request #12953 from LillyJadeKatrin/retroachievements-fail-messaging
Achievements Fail Messaging
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