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

Improve compatibility with RetroArch/Libretro #67

Closed
nefarius opened this issue Apr 15, 2021 · 0 comments
Closed

Improve compatibility with RetroArch/Libretro #67

nefarius opened this issue Apr 15, 2021 · 0 comments
Assignees
Labels
Core Core/Common Driver Topic enhancement New feature or request

Comments

@nefarius
Copy link
Owner

Doing a bit of testing with RetroArch I noticed rumble support and button mapping isn't as straight forward as expected.

Apparently only sdl2 and xinput support vibration. XInput introduces an additional layer of emulation that can be avoided, so since dinput and therefore FFB is apparently not supported (anymore?) we'd need to take a look at the sdl2 driver.

First tests with sdl2 were not successful; mapping is all over the place and I couldn't yet get rumble to work.

Keeping this issue as a reminder for doing more testing and maybe adjust the modes.

See Libretro Docs.

@nefarius nefarius added enhancement New feature or request Core Core/Common Driver Topic labels Apr 15, 2021
@nefarius nefarius self-assigned this Apr 15, 2021
@nefarius nefarius added this to the Fixed in v2.0.x milestone Jul 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core Core/Common Driver Topic enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant