mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-01-31 01:15:24 +01:00
USB: Connect the GT Force pedals
This commit is contained in:
@@ -284,6 +284,7 @@ namespace usb_pad
|
||||
|
||||
w->lo = data.steering & 0x3FF;
|
||||
w->lo |= (data.buttons & 0xFFF) << 10;
|
||||
w->lo |= 1 << 16; // Tokyo Xtreme Racer (Zero) ignores the pedals unless the 3rd byte is different than zero
|
||||
w->lo |= 0xFF << 24;
|
||||
|
||||
w->hi = (data.throttle & 0xFF);
|
||||
|
||||
Reference in New Issue
Block a user