From 76b31245f802fe9a1f670f4ab3ad0420861f98e3 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Mon, 11 Mar 2019 11:54:55 -0500 Subject: [PATCH] Default use controller for mapping option to false This has probably caused issues for other people --- 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 7cef8cf..e385b31 100644 --- a/DS4Windows/DS4Control/ScpUtil.cs +++ b/DS4Windows/DS4Control/ScpUtil.cs @@ -1592,7 +1592,7 @@ namespace DS4Windows public int notifications = 2; public bool disconnectBTAtStop = false; public bool swipeProfiles = true; - public bool ds4Mapping = true; + public bool ds4Mapping = false; public bool quickCharge = false; public int firstXinputPort = 1; public bool closeMini = false;