libretro / libretro/libretro-super
[Request] Add a libretro/external homepage value for cores
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 470
- Forks
- 332
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 24
Description
Add a homepage link as an extra key/value pair (that can be presented in the RA UI on its own line) in the core info files such as
# Software Information
display_name = "Atari - Jaguar (Virtual Jaguar)"
...
libretro_homepage = "https://docs.libretro.com/library/virtual_jaguar/"
And if an external homepage is present such as in this request
# Software Information
display_name = "Sega - Saturn (YabaSanshiro)"
...
external_homepage = "http://www.uoyabause.org/"
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with dist/info/virtualjaguar_libretro.info and yabasanshiro_libretro.info to compare the existing metadata keys. Trace how core info values are consumed for display in the RetroArch UI, then define support for the requested homepage values. Done means the new metadata can be represented on its own UI line, including the external homepage example.
Written by the indexing model from the issue text.
Assessment
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100