Skip to content

Commit

Permalink
Merge branch 'xenia-canary:canary_experimental' into Custom
Browse files Browse the repository at this point in the history
  • Loading branch information
backgamon authored Sep 27, 2024
2 parents cdfcbcb + 6f65ec3 commit 0a6cf11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xenia/kernel/xam/xam_user.cc
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ dword_result_t XamUserGetMembershipTier_entry(dword_t user_index) {
return X_ERROR_INVALID_PARAMETER;
}

if (kernel_state()->IsUserSignedIn(user_index)) {
if (!kernel_state()->IsUserSignedIn(user_index)) {
return X_ERROR_NO_SUCH_USER;
}
return 6 /* 6 appears to be Gold */;
Expand Down

0 comments on commit 0a6cf11

Please sign in to comment.