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:
LillyJadeKatrin 2023-09-26 21:23:09 -04:00
parent 31091fc975
commit 3c564078cd

View File

@ -34,6 +34,8 @@ public:
INVALID_REQUEST,
INVALID_CREDENTIALS,
CONNECTION_FAILED,
MALFORMED_OBJECT,
EXPIRED_CONTEXT,
UNKNOWN_FAILURE
};
using ResponseCallback = std::function<void(ResponseType)>;