mirror of
https://github.com/mauiaaron/apple2.git
synced 2026-04-26 19:17:42 +00:00
Improve tap responsiveness in GL touch joystick
This commit is contained in:
@@ -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);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user