Default use controller for mapping option to false

This has probably caused issues for other people
This commit is contained in:
Travis Nickles 2019-03-11 11:54:55 -05:00
parent 604d419cb9
commit 76b31245f8

View File

@ -1592,7 +1592,7 @@ namespace DS4Windows
public int notifications = 2; public int notifications = 2;
public bool disconnectBTAtStop = false; public bool disconnectBTAtStop = false;
public bool swipeProfiles = true; public bool swipeProfiles = true;
public bool ds4Mapping = true; public bool ds4Mapping = false;
public bool quickCharge = false; public bool quickCharge = false;
public int firstXinputPort = 1; public int firstXinputPort = 1;
public bool closeMini = false; public bool closeMini = false;