libretro / libretro/libretro-super

[Request] Add a libretro/external homepage value for cores

Open
#2,003 0 comments 0 reactions 0 assignees View on GitHub

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

Virtual Jaguar:

# 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

YabaSanshiro:

# Software Information
display_name = "Sega - Saturn (YabaSanshiro)"
...
external_homepage = "http://www.uoyabause.org/"

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.