mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 17:29:18 +01:00
Default use controller for mapping option to false
This has probably caused issues for other people
This commit is contained in:
parent
604d419cb9
commit
76b31245f8
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user