Conversation
3 tasks
RetroArch's progress tracker -- the bottom-right count toward an achievement, 34/99 rings -- is a separate widget from the challenge indicators and had no switch on this page, so it could not be turned off (found on an RG35XX SP while trying CHALLENGE INDICATORS). One row, on by default as RetroArch ships it: absent reads as on, so an upgraded device's row shows the state it is in. The launch script maps retroachievements.progress_tracker to cheevos_visibility_progress_tracker (ROCKNIX/distribution#3279). Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
maxengel
force-pushed
the
pr/progress-tracker-switch
branch
from
September 7, 2026 23:48
4c9e2b4 to
47e755a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
RetroArch's progress tracker — the bottom-right count toward an achievement, 34/99 rings — is a separate widget from the challenge indicators and had no switch on the RetroAchievements page, so it could not be turned off (found on an RG35XX SP while trying CHALLENGE INDICATORS). One row, PROGRESS TRACKER, on by default as RetroArch ships it, writing
global.retroachievements.progress_tracker.Companion change: ROCKNIX/distribution#3279 maps the key to
cheevos_visibility_progress_trackerand seeds it, and fixes three switches on this page whose keys the launch script spelled differently from ES. Either PR is safe to merge alone; the switch does nothing until the mapping lands.Tested on a GENERIC_X64 VM (the launch script wrote "0"/"1" for the key as the switch was set) and built into an H700 image on an RG35XX SP and an RG SP.
AI usage: YES — written with Claude Code, reviewed and tested by the submitter.
🤖 Generated with Claude Code