Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Libretro: support for more controllers, code cleanup #1123

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

AltoRetrato
Copy link
Contributor

Added support for new controllers in the Libretro interface:

  • Maracas (RETRO_DEVICE_MARACAS)
  • Fishing Controller (RETRO_DEVICE_FISHING)
  • Pop'n Music (RETRO_DEVICE_POPNMUSIC)
  • Race Controller (RETRO_DEVICE_RACING)
  • Densha de Go! (RETRO_DEVICE_DENSHA)

Also did a bit of refactoring, mostly for readability, but also moving repeated code into functions.

Tested with RetroArch and another Libretro implementation.

Added support for new controllers in the Libretro interface: 
- Maracas (RETRO_DEVICE_MARACAS)
- Fishing Controller (RETRO_DEVICE_FISHING)
- Pop'n Music (RETRO_DEVICE_POPNMUSIC)
- Race Controller (RETRO_DEVICE_RACING)
- Densha de Go! (RETRO_DEVICE_DENSHA)

Also did a bit of refactoring, mostly for readability, but also moving repeated code into functions.
@flyinghead flyinghead merged commit 98acd11 into flyinghead:dev Jun 22, 2023
13 checks passed
@AltoRetrato AltoRetrato deleted the dev branch June 22, 2023 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants