Skip to content

Commit 8df22ab

Browse files
committed
usb-pad: don't remap R1/L1 to R2/L2 for DF, it was GT4 itself
1 parent a8fe696 commit 8df22ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/usb-pad/usb-pad.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ uint32_t convert_wt_btn(PS2WheelTypes type, uint32_t inBtn)
151151
return PAD_BUTTON_COUNT; //Aka invalid
152152
}
153153
}
154+
#if 0
154155
else if(type == WT_GENERIC)
155156
{
156157
switch(inBtn)
@@ -163,7 +164,7 @@ uint32_t convert_wt_btn(PS2WheelTypes type, uint32_t inBtn)
163164
return inBtn;
164165
}
165166
}
166-
167+
#endif
167168
return inBtn;
168169
}
169170

0 commit comments

Comments
 (0)