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

[PACKAGE] RetroArch: add fix patch for sdl input driver #89

Merged
merged 3 commits into from
Jan 22, 2024

Conversation

Apaczer
Copy link
Member

@Apaczer Apaczer commented Jan 21, 2024

  • remove input polling from sdl_input.c, rely only on input_driver.c with input_keyboard_event()
  • small correct to include also sdl_dingux drivers if user want to revert changes

Retroarch was grabbing double inputs with SDL_KBD and keycodes from input_driver for keyboard. That's why you recive strange characters on e.g. overlay screen keyboard.

fixes: TriForceX/MiyooCFW#544

remove input polling from sdl_input.c (rely only on input_driver.c with input_keyboard_event)
@TriForceX
Copy link
Member

Fix confirmed to work. also by the user who reported the issue. 👍

@tiopex tiopex merged commit 3bce8b7 into MiyooCFW:master Jan 22, 2024
4 checks passed
@Apaczer Apaczer deleted the ra_sdlfix_double branch January 23, 2024 07:59
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.

Powkiddy V90 - sdl Retroarch input driver bug
3 participants