@@ -29,20 +29,18 @@ modes:
2929 tags : [lgc_emulation_dualsense, dualsense]
3030 title : Dualsense
3131 hint : >-
32- Emulates the expensive Dualsense Sony controller, both Edge and non-edge
33- variants.
32+ Emulates the Dualsense Sony controller from the Playstation 5.
33+ Since this controller does not have paddles, the paddles are mapped
34+ to left and right touchpad clicks.
3435
3536 children :
36- edge_mode :
37+ led_support :
3738 type : bool
38- title : Edge Mode
39+ title : LED Support
3940 hint : >-
40- Uses the edge product ID which enables paddle support.
41- The edge controller is a bit obscure, so some games might not
42- support it correctly.
43- You can disable this to use normal Dualsense.
44- The paddles are then remapped to touchpad clicks (left, right).
45- default : False
41+ Passes through the LEDs to the controller, which allows games
42+ to control them.
43+ default : True
4644
4745 bluetooth_mode :
4846 type : bool
@@ -56,10 +54,32 @@ modes:
5654 Test and report back!
5755 default : True
5856
57+ dualsense_edge :
58+ type : container
59+ tags : [lgc_emulation_dualsense_edge, dualsense_edge]
60+ title : Dualsense Edge
61+ hint : >-
62+ Emulates the expensive Dualsense Sony controller which enables paddle support.
63+ The edge controller is a bit obscure, so some games might not
64+ support it correctly.
65+
66+ children :
5967 led_support :
6068 type : bool
6169 title : LED Support
6270 hint : >-
6371 Passes through the LEDs to the controller, which allows games
6472 to control them.
6573 default : True
74+
75+ bluetooth_mode :
76+ type : bool
77+ title : Bluetooth Mode
78+ tags : [advanced]
79+ hint : >-
80+ Emulates the controller in bluetooth mode instead of USB mode.
81+ This is the default as it causes less issues with how apps
82+ interact with the controller.
83+ However, using USB mode can improve LED support (?) in some games.
84+ Test and report back!
85+ default : True
0 commit comments