mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-31 18:32:43 +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
@ -34,6 +34,8 @@ public:
|
||||
INVALID_REQUEST,
|
||||
INVALID_CREDENTIALS,
|
||||
CONNECTION_FAILED,
|
||||
MALFORMED_OBJECT,
|
||||
EXPIRED_CONTEXT,
|
||||
UNKNOWN_FAILURE
|
||||
};
|
||||
using ResponseCallback = std::function<void(ResponseType)>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user