Skip to content

Commit eb14040

Browse files
imLinguinShadowApex
authored andcommitted
fix: add mute button instead of quickaccess
1 parent 0468439 commit eb14040

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/input/source/hidraw/dualsense.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ pub const CAPABILITIES: &[Capability] = &[
476476
Capability::Gamepad(Gamepad::Button(GamepadButton::LeftStickTouch)),
477477
Capability::Gamepad(Gamepad::Button(GamepadButton::LeftTrigger)),
478478
Capability::Gamepad(Gamepad::Button(GamepadButton::North)),
479+
Capability::Gamepad(Gamepad::Button(GamepadButton::Mute)),
479480
Capability::Gamepad(Gamepad::Button(GamepadButton::RightBumper)),
480481
Capability::Gamepad(Gamepad::Button(GamepadButton::RightPaddle1)),
481482
Capability::Gamepad(Gamepad::Button(GamepadButton::RightPaddle2)),

0 commit comments

Comments
 (0)