Add missing struct member to Forza Dash telemetry

This commit is contained in:
XANTRONIX Development 2024-01-09 16:35:59 -05:00
parent 9289941c27
commit 5aeb484c4d

View file

@ -10,7 +10,8 @@
typedef struct _hexagram_telemetry_dash_car { typedef struct _hexagram_telemetry_dash_car {
int32_t id, int32_t id,
class, class,
drivetrain, performance_index,
drivetrain_type,
engine_cylinders; engine_cylinders;
hexagram_coord position; hexagram_coord position;
@ -22,7 +23,6 @@ typedef struct _hexagram_telemetry_dash_car {
float boost, float boost,
fuel, fuel,
odometer; odometer;
} hexagram_telemetry_dash_car; } hexagram_telemetry_dash_car;
typedef struct _hexagram_telemetry_dash_race { typedef struct _hexagram_telemetry_dash_race {