forked from shauninman/MinUI
-
Notifications
You must be signed in to change notification settings - Fork 60
feat: Add RetroAchievements integration and in-game notifications #633
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
Merged
frysee
merged 31 commits into
LoveRetro:main
from
clintonium-119:feature/retroachievements-notifications
Feb 12, 2026
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
3dc835d
feat: Add RetroAchievements integration and in-game notifications
clintonium-119 c7129b3
In CI, disable debug symbols to avoid dsymutil memory issues on macOS
clintonium-119 3eb971a
Merge branch 'main' into feature/retroachievements-notifications
clintonium-119 46573b9
Update makefile
clintonium-119 4eea18d
Merge branch 'main' into feature/retroachievements-notifications
clintonium-119 de6c2ab
Fix notification artifacts persisting after dismissal
clintonium-119 81297e3
Address PR #633 feedback: API cleanup and code improvements
clintonium-119 2bc7602
Move RA data to shared userdata directory
clintonium-119 1edbda1
Hide Achievements menu when RetroAchievements disabled
clintonium-119 31735b2
Optimize badge downloading with rate-limited queue and lazy loading
clintonium-119 d4c6a7d
Merge branch 'main' into feature/retroachievements-notifications
clintonium-119 d151f78
Remove obsolete FPS tracking code
clintonium-119 dfc52a5
Update workspace/all/common/config.c
clintonium-119 616e104
Update workspace/all/common/config.c
clintonium-119 89b3d8b
Update workspace/all/common/config.c
clintonium-119 fbde380
Refactor RA code for readability per PR feedback
clintonium-119 19bb639
Extract magic numbers to named constants in notification.c
clintonium-119 04787b1
Merge branch 'feature/retroachievements-notifications' of github.com:…
clintonium-119 614218b
Break up Notification_renderToLayer() into smaller helpers
clintonium-119 d1b5b74
Consolidate duplicate RA makefile blocks for tg5040/tg5050/desktop
clintonium-119 17f0afc
Move http.c/http.h from common/ to minarch/
clintonium-119 b13e02f
Use container-provided toolchain for libchdr cross-compilation
clintonium-119 faddf04
Move http.c/http.h from common/ to minarch/
clintonium-119 b160957
Hide hardcore mode setting from UI
clintonium-119 aff5d9b
Refactor notification overlay statics into struct (generic_video.c)
clintonium-119 18385e1
Move findFileInDir from generic_video.c to utils.c
clintonium-119 ff6ae66
Clean up notification.c per PR feedback
clintonium-119 5cbba51
Merge branch 'main' into feature/retroachievements-notifications
clintonium-119 5b560ff
Remove unneeded dirent.h include
clintonium-119 882a1f8
Revert "Move http.c/http.h from common/ to minarch/"
clintonium-119 3510c8b
fix(retroachievements): Add 15s timeout to badge loading notification
clintonium-119 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.