RobLoach / RobLoach/raylib-libretro
Add `InitLibretroFromMemory(dataFile, fileSize)`
Open
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 38
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Write the file to a temporary path, load it, and then delete the file?
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 by locating the existing libretro loading entry point and compare its file-based behavior with the proposed InitLibretroFromMemory(dataFile, fileSize) entry point. Verify that the data is written to a temporary path, loaded successfully, and the temporary file is deleted afterward; add or update coverage if the repository provides tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- game-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100