Support the other commands for the Bliss-Box API.
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 14.1k
- Forks
- 2.2k
- Avg merge
- 7h 35m
- Merged PRs (30d)
- 51
Description
May want to address this bug first
https://github.com/libretro/RetroArch/issues/17415
My the request here is for RetroArch to support the entire API.
- The API can read and write to memory cards on n64
- The API can read and write to memory cards on psx hubs
- The APi can write to the LCD screen of a Dream cast ( data can not be retrieved however )
- The API can talk in the controllers native tongue ( like raphnets raw read ), this negates the 3 above.
- The API can get all 12 PS2 pressure button data bytes.
- The API could handle all UBS polling, and take rumble commands, bypassing dx/udev/xinput.
The API currently already gets controller information so the leg work is mostly there. The issue is that the API is read only once, on insert and could be running 24/7 communicating back and forth.
The API for the 4-Play, GP, GPjr should match the API for the 4-Play advanced and GP advanced. Contact me for help, or check out the source code for the API tool online.
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 reviewing the blocking issue #17415 and the Bliss-Box API tool's source, then locate RetroArch's existing controller-information integration. Done means supporting the requested memory-card, LCD, pressure-button, native-controller, polling, and rumble operations, with ongoing two-way communication rather than a single read on insertion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- embedded-iot
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100