mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Fix fs::file log formatting
This commit is contained in:
parent
99044ce6c6
commit
53817dcc90
7 changed files with 32 additions and 39 deletions
|
|
@ -55,7 +55,7 @@ namespace reports
|
|||
// ID Size Description
|
||||
u8 magnetometer_x2{}; // 0x27 1- X-axis magnetometer
|
||||
u8 magnetometer_y{}; // 0x28 1+ Y-axis magnetometer
|
||||
u8 magnetometer_yz{}; // 0x29 1 XZ-axis magnetometer
|
||||
u8 magnetometer_yz{}; // 0x29 1 YZ-axis magnetometer
|
||||
u8 magnetometer_z{}; // 0x2A 1- Z-axis magnetometer
|
||||
u8 timestamp_lower{}; // 0x2B 1 Timestamp (lower byte)
|
||||
std::array<u8, 5> ext_device_data{}; // 0x2C 5 External device data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue