From b94140e6e6d6acc257e6e250465d9813c034e189 Mon Sep 17 00:00:00 2001 From: TellowKrinkle <3315070+TellowKrinkle@users.noreply.github.com> Date: Thu, 19 Sep 2024 19:52:29 -0500 Subject: [PATCH] Add note that you need to connect your DS3 wired for pressure sensitivity --- 04-Pressure-Sensitive-Buttons-with-DS3.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/04-Pressure-Sensitive-Buttons-with-DS3.md b/04-Pressure-Sensitive-Buttons-with-DS3.md index dcc8123..d007fde 100644 --- a/04-Pressure-Sensitive-Buttons-with-DS3.md +++ b/04-Pressure-Sensitive-Buttons-with-DS3.md @@ -17,4 +17,6 @@ Some games like [Mad Maestro!](https://en.wikipedia.org/wiki/Mad_Maestro!) and [ The auto binding system doesn't fully support it, but the backend does. * Bind all your keys, then close PCSX2 and edit the inis to delete all the buttons and change all the axes from `-Axis##` or `+Axis##` to `FullAxis##` -On Linux, you may need to [add udev rules to give PCSX2 access to the controller](https://wiki.rpcs3.net/index.php?title=Help:Controller_Configuration#On_Linux) \ No newline at end of file +On Linux, you may need to [add udev rules to give PCSX2 access to the controller](https://wiki.rpcs3.net/index.php?title=Help:Controller_Configuration#On_Linux) + +Bluetooth DS3 support is broken in the version of SDL we currently use (2.x), so you will have to use your controller wired for pressure sensitivity. \ No newline at end of file