mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
Implement the rest of the wiimote input reports.
This commit is contained in:
parent
10c2101e72
commit
0b4329e077
6 changed files with 160 additions and 70 deletions
|
@ -688,8 +688,7 @@ static void SetWiiInputDisplayString(int remoteID, const u8* const data,
|
|||
std::memcpy(&dt, accelData, sizeof(dt));
|
||||
|
||||
display_str +=
|
||||
StringFromFormat(" ACC:%d,%d,%d", dt.x << 2 | buttons.acc_x_lsb,
|
||||
dt.y << 2 | buttons.acc_y_lsb << 1, dt.z << 2 | buttons.acc_z_lsb << 1);
|
||||
StringFromFormat(" ACC:%d,%d,%d (LSB not shown)", dt.x << 2, dt.y << 2, dt.z << 2);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue