Skip to content

Commit

Permalink
Yet again raise the minimum button down time based on testing on Ouya
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutman committed Jun 27, 2014
1 parent faa82ca commit 33c5254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/limelight/binding/input/ControllerHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class ControllerHandler {
private long lastRbUpTime = 0;
private static final int MAXIMUM_BUMPER_UP_DELAY_MS = 100;

private static final int MINIMUM_BUTTON_DOWN_TIME_MS = 10;
private static final int MINIMUM_BUTTON_DOWN_TIME_MS = 25;

private static final int EMULATING_SPECIAL = 0x1;
private static final int EMULATING_SELECT = 0x2;
Expand Down

0 comments on commit 33c5254

Please sign in to comment.