Support for Thrustmaster T300RS (#931)

Support for Thrustmaster T300RS Racing Wheel. Must be in PC/PS3 mode.
This commit is contained in:
Matheus Fraguas
2024-11-18 02:33:41 -03:00
committed by GitHub
parent 7f57504f92
commit a5a50c528a

View File

@@ -4587,6 +4587,13 @@ static void setup_wheels()
input[i].wh_brake = 1;
input[i].quirk = QUIRK_WHEEL;
break;
case 0xb66e: // T300RS Racing Wheel (PC/PS3)
input[i].wh_steer = 0;
input[i].wh_accel = 5;
input[i].wh_brake = 1;
input[i].wh_clutch = 6;
input[i].quirk = QUIRK_WHEEL;
break;
}
}