mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #2277] [MERGED] RetroAchievements Leaderboards implementation #946
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/stenzek/duckstation/pull/2277
Author: @CookiePLMonster
Created: 6/19/2021
Status: ✅ Merged
Merged: 6/19/2021
Merged by: @stenzek
Base:
master← Head:leaderboards📝 Commits (3)
c705eeaExpose additional functions from rc_url.he361212Basic leaderboard integrationcce40a8Implemented Leaderboards UI📊 Changes
6 files changed (+581 additions, -7 deletions)
View changed files
📝
dep/rcheevos/include/rc_url.h(+14 -3)📝
dep/rcheevos/src/rurl/url.c(+3 -3)📝
src/frontend-common/cheevos.cpp(+192 -0)📝
src/frontend-common/cheevos.h(+24 -0)📝
src/frontend-common/fullscreen_ui.cpp(+347 -1)📝
src/frontend-common/fullscreen_ui.h(+1 -0)📄 Description
This PR expands the existing RetroAchievements support to also cover leaderboards, a feature present in numerous games.
Example of a RA leaderboard for a PS1 game:
https://retroachievements.org/leaderboardinfo.php?i=19974
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.