From c33e22daf637f08d460c2843961672b1b89cdccf Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 31 Mar 2017 16:50:17 +0200 Subject: [PATCH] Use both slots of the DS2 --- DualShock2.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DualShock2.ini b/DualShock2.ini index 60f3ecc..e26518d 100644 --- a/DualShock2.ini +++ b/DualShock2.ini @@ -4,7 +4,8 @@ //In the case of Smash for Wii U (and possibly a lot of other games), periodically make sure that Analog Mode is turned on. [vid=0x0810,pid=0x0001] //Slot Selection (Because it's a Dual-slot Adapter) -Input_Filter=0x00,0x01 +PAD1_FILTER=0x00,0x00 +PAD2_FILTER=0x00,0x01 //Buttons VPad_Button_A=0x05,0x20 VPad_Button_B=0x05,0x40 @@ -53,3 +54,4 @@ VPad_R_Stick_Y_MinMax=0x00,0xFF VPad_R_Stick_Y_Deadzone=0x0A //VPad_R_Stick_Y_Deadzone=0x26 VPad_R_Stick_Y_Invert=True +PAD_COUNT=2 \ No newline at end of file