mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 09:11:50 -05:00
mouse_ps2: Fix wheel inversion
This commit is contained in:
parent
8f21db5527
commit
801d5b7232
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ ps2_report_coordinates(atkbc_dev_t *dev, int main)
|
|||
kbc_at_dev_queue_add(dev, buff[1], main);
|
||||
kbc_at_dev_queue_add(dev, buff[2], main);
|
||||
if (dev->flags & FLAG_INTMODE) {
|
||||
delta_z = -delta_z;
|
||||
delta_z &= 0x0f;
|
||||
|
||||
if (dev->flags & FLAG_5BTN) {
|
||||
|
|
Loading…
Reference in a new issue