Merge pull request #18298 from hrydgard/upgrade-rcheevos

Bump rcheevos submodule to latest.
This commit is contained in:
Henrik Rydgård 2023-10-04 09:29:22 +02:00 committed by GitHub
commit 166ea2b2ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -374,6 +374,9 @@ static void login_token_callback(int result, const char *error_message, rc_clien
}
break;
}
case RC_ACCESS_DENIED:
case RC_INVALID_CREDENTIALS:
case RC_EXPIRED_TOKEN:
case RC_API_FAILURE:
case RC_INVALID_STATE:
case RC_MISSING_VALUE:
@ -518,6 +521,9 @@ static void login_password_callback(int result, const char *error_message, rc_cl
case RC_API_FAILURE:
case RC_MISSING_VALUE:
case RC_INVALID_JSON:
case RC_ACCESS_DENIED:
case RC_INVALID_CREDENTIALS:
case RC_EXPIRED_TOKEN:
default:
{
ERROR_LOG(ACHIEVEMENTS, "Failure logging in via password: %d, %s", result, error_message);

@ -1 +1 @@
Subproject commit a34895b5e59b70e0d58714f71df416dca2437ebc
Subproject commit 6f02e791aa202de5eaf3e86ed269dda6d456b779