Skip to content

Commit

Permalink
Merge pull request #18298 from hrydgard/upgrade-rcheevos
Browse files Browse the repository at this point in the history
Bump rcheevos submodule to latest.
  • Loading branch information
hrydgard committed Oct 4, 2023
2 parents 1cf5c1b + ca7480f commit 166ea2b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Core/RetroAchievements.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 166ea2b

Please sign in to comment.