mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
Added AchievementManager ResponseType EXPIRED_CONTEXT for when operation inputs change between when an operation is queued and executed, and MALFORMED_OBJECT for when an rcheevos process method goes wrong.
This commit is contained in:
parent
31091fc975
commit
3c564078cd
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ public:
|
||||||
INVALID_REQUEST,
|
INVALID_REQUEST,
|
||||||
INVALID_CREDENTIALS,
|
INVALID_CREDENTIALS,
|
||||||
CONNECTION_FAILED,
|
CONNECTION_FAILED,
|
||||||
|
MALFORMED_OBJECT,
|
||||||
|
EXPIRED_CONTEXT,
|
||||||
UNKNOWN_FAILURE
|
UNKNOWN_FAILURE
|
||||||
};
|
};
|
||||||
using ResponseCallback = std::function<void(ResponseType)>;
|
using ResponseCallback = std::function<void(ResponseType)>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue