Fixed a minor typo in the VIA PIPC code.

This commit is contained in:
OBattler
2023-04-12 01:56:03 +02:00
parent ac6190d158
commit f9d6f9424e

View File

@@ -1067,7 +1067,7 @@ pipc_write(int func, int addr, uint8_t val, void *priv)
break;
case 0x44:
if (dev->local <= VIA_PIPC_586B)
if (dev->local < VIA_PIPC_586B)
pic_mouse_latch(val & 0x01);
break;