From a5f51f78e937bf68e4b772193456b9841b964e67 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Sat, 25 Mar 2017 06:31:39 -0700 Subject: [PATCH] Changed flash warning interval in settings --- DS4Windows/DS4Control/ScpUtil.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DS4Windows/DS4Control/ScpUtil.cs b/DS4Windows/DS4Control/ScpUtil.cs index bf10b79..d6a859c 100644 --- a/DS4Windows/DS4Control/ScpUtil.cs +++ b/DS4Windows/DS4Control/ScpUtil.cs @@ -621,7 +621,7 @@ namespace DS4Windows public bool downloadLang = true; public bool useWhiteIcon; public bool flashWhenLate = true; - public int flashWhenLateAt = 10; + public int flashWhenLateAt = 20; public int[] gyroSensitivity = { 100, 100, 100, 100, 100 }; public int[] gyroInvert = { 0, 0, 0, 0, 0 };