mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
input: fix ds3 gyro offset
This commit is contained in:
parent
f18e3be4f2
commit
8050e1f853
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue