From e69816b290794b4b23058d9bd5c49c4a0c1f271c Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Wed, 25 Dec 2019 14:04:51 -0600 Subject: [PATCH] Fixed gyro z- label --- 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 e349a00..32d93b2 100644 --- a/DS4Windows/DS4Control/ScpUtil.cs +++ b/DS4Windows/DS4Control/ScpUtil.cs @@ -421,7 +421,7 @@ namespace DS4Windows [DS4Controls.GyroXPos] = "Gyro X+", [DS4Controls.GyroXNeg] = "Gyro X-", [DS4Controls.GyroZPos] = "Gyro Z+", - [DS4Controls.GyroZNeg] = "Gyro Z+-", + [DS4Controls.GyroZNeg] = "Gyro Z-", [DS4Controls.SwipeLeft] = "Swipe Left", [DS4Controls.SwipeRight] = "Swipe Right", [DS4Controls.SwipeUp] = "Swipe Up",