input: fix ds3 gyro offset

This commit is contained in:
Megamouse 2024-06-24 23:18:07 +02:00
parent f18e3be4f2
commit 8050e1f853
1 changed files with 1 additions and 1 deletions

View File

@ -53,10 +53,10 @@ namespace
u8 unknown_3[4];
u8 battery_status;
u8 unknown_4[10];
le_t<u16, 1> gyro;
le_t<u16, 1> accel_x;
le_t<u16, 1> accel_z;
le_t<u16, 1> accel_y;
le_t<u16, 1> gyro;
};
static_assert(sizeof(ds3_input_report) == 49);
}