libretro / libretro/libretro-common
RETRO_ENVIRONMENT_ clash in libretro.h
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 180
- Forks
- 98
- Avg merge
- 7h 16m
- Merged PRs (30d)
- 1
Description
RETRO_ENVIRONMENT_SET_SERIALIZATION_QUIRKS and RETRO_ENVIRONMENT_SET_HW_SHARED_CONTEXT share the same id of 44.
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 in libretro.h by locating RETRO_ENVIRONMENT_SET_SERIALIZATION_QUIRKS and RETRO_ENVIRONMENT_SET_HW_SHARED_CONTEXT. Check the surrounding environment-command definitions and references to confirm the collision and understand the expected distinct identifiers. Done means the two commands no longer share an ID and the header remains consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 78/100