Lpl game list suggestion
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 14.1k
- Forks
- 2.2k
- Avg merge
- 7h 35m
- Merged PRs (30d)
- 51
Description
The current logic is that as long as the lpl list defines it,it will display everything,regardless of whether the corresponding directory has the corresponding rom.Change it so that if the corresponding rom in the lpl list does not actually exist,the game will not be displayed in the list,avoiding empty list placeholders.
simply put,When loading the LPL list, check if the file specified in "path": exists, and display it if it does.
Contributor guide
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 by locating the LPL list-loading logic in RetroArch and trace how each entry's "path" is handled. Verify how missing ROM files are represented, then ensure entries with nonexistent paths are omitted so the list contains no empty placeholders.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100