Skip to content

Conversation

@hizzlekizzle
Copy link
Collaborator

Guidelines

  1. Rebase before opening a pull request
  2. If you are sending several unrelated fixes or features, use a branch and a separate pull request for each
  3. If possible try squashing everything in a single commit. This is particularly beneficial in the case of feature merges since it allows easy bisecting when a problem arises
  4. RetroArch codebase follows C89 coding rules for portability across many old platforms check using C89_BUILD=1

Description

Hitting >= 2 buttons simultaneously on Android can be difficult, so we added the input_block_timeout setting, but we left the default value to 0. Setting it to 1 greatly improves the situation and only adds a single millisecond of latency, so I think it's worth bumping the default value to 1.

Related Issues

I don't know of any open tickets, but it's something that comes up often on the subreddit, like this one: https://www.reddit.com/r/RetroArch/comments/1qqifcj/captain_america_the_avengers_projectile_special/

Related Pull Requests

none

Reviewers

[If possible @mention all the people that should review your pull request]

@sonninnos sonninnos merged commit 8171efb into libretro:master Jan 30, 2026
35 checks passed
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.

3 participants