From 464f641632ae5d25c34f01a33e33c792a577d408 Mon Sep 17 00:00:00 2001 From: Edouard Durand Date: Sun, 16 Aug 2026 12:31:03 +0800 Subject: [PATCH] rpcs3: fix stock pad binding on InputPlumber ds5 devices RPCS3 now links SDL3, which opens the virtual DualSense over hidraw (HIDAPI) instead of evdev. The gamecontrollerdb rename entries only match the evdev GUIDs, so inside RPCS3 the pad enumerates as "DualSense Wireless Controller 1" and the shipped "InputPlumber GameController 1" binding never matches, leaving all pads unbound on a fresh install. --- .../standalone/rpcs3-sa/config/InputPlumber/global/Default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ROCKNIX/packages/emulators/standalone/rpcs3-sa/config/InputPlumber/global/Default.yml b/projects/ROCKNIX/packages/emulators/standalone/rpcs3-sa/config/InputPlumber/global/Default.yml index 1604f3d3f78..98f02489ee5 100644 --- a/projects/ROCKNIX/packages/emulators/standalone/rpcs3-sa/config/InputPlumber/global/Default.yml +++ b/projects/ROCKNIX/packages/emulators/standalone/rpcs3-sa/config/InputPlumber/global/Default.yml @@ -1,6 +1,6 @@ Player 1 Input: Handler: SDL - Device: InputPlumber GameController 1 + Device: DualSense Wireless Controller 1 Config: Left Stick Left: LS X- Left Stick Down: LS Y-