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