Improve tap responsiveness in GL touch joystick

This commit is contained in:
Aaron Culliney
2016-01-08 00:19:35 -08:00
parent a64941694f
commit b2824e9145
2 changed files with 60 additions and 47 deletions
@@ -350,7 +350,7 @@ public enum Apple2Preferences {
@Override
public int intValue(Apple2Activity activity) {
int defaultLatency = 3; // /TAPDELAY_NUM_CHOICES * TAPDELAY_SCALE -> 0.075f
int defaultLatency = 8; // /TAPDELAY_NUM_CHOICES * TAPDELAY_SCALE -> 0.2f
return activity.getPreferences(Context.MODE_PRIVATE).getInt(toString(), defaultLatency);
}
},