SDL: Added the ThrustMaster T.16000M as a flightstick

From 669714cafe323e7d3a72b9b9de3de75ef7086469 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Fri, 23 Jul 2021 23:51:35 -0700
Subject: [PATCH] Added the ThrustMaster T.16000M as a flightstick

---
 src/joystick/SDL_joystick.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/joystick/SDL_joystick.c b/src/joystick/SDL_joystick.c
index 6373052a0..aa03a51c6 100644
--- a/src/joystick/SDL_joystick.c
+++ b/src/joystick/SDL_joystick.c
@@ -2110,6 +2110,7 @@ static SDL_bool SDL_IsJoystickProductFlightStick(Uint32 vidpid)
     static Uint32 flightstick_joysticks[] = {
         MAKE_VIDPID(0x044f, 0x0402),    /* HOTAS Warthog Joystick */
         MAKE_VIDPID(0x0738, 0x2221),    /* Saitek Pro Flight X-56 Rhino Stick */
+        MAKE_VIDPID(0x044f, 0xb10a),    /* ThrustMaster, Inc. T.16000M Joystick */
     };
     int i;