Yet again raise the minimum button down time based on testing on Ouya

This commit is contained in:
Cameron Gutman 2014-06-26 20:38:37 -07:00
parent faa82ca9d6
commit 33c5254d6f

View File

@ -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;