Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RetroAchievements: Add function to view leaderboards #17629

Merged
merged 2 commits into from
Jun 27, 2023

Conversation

hrydgard
Copy link
Owner

With this, you can now view leaderboards directly from within PPSSPP.

Player avatars are not yet loaded, otherwise fully functional.

@hrydgard hrydgard added the RetroAchievements RetroAchievements related work label Jun 27, 2023
@hrydgard hrydgard added this to the v1.16.0 milestone Jun 27, 2023
@hrydgard hrydgard merged commit 5e3faaf into master Jun 27, 2023
@hrydgard hrydgard deleted the retroachievements-leaderboards branch June 27, 2023 11:38
Achievements::EnumerateLeaderboards([&](const Achievements::Leaderboard &leaderboard) {
leaderboards.push_back(leaderboard);
return true;
});
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: This happens a few times in this file, something I noticed VS 2022 is doing that I don't like. If you also don't like it: I found that disabling "Indent braces of lambdas used as parameters" stops it from happening (although I might actually want that, just certainly not when the code and braces are indented the same which is the common-case result.)

-[Unknown]

Copy link
Owner Author

@hrydgard hrydgard Jul 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, didn't realize there was an option for that! I will enable it.

Though, looks like all the instances of the problem are gone now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RetroAchievements RetroAchievements related work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants