diff --git a/pcsx2/USB/qemu-usb/usb-ohci.cpp b/pcsx2/USB/qemu-usb/usb-ohci.cpp index 7653a074aa..fbb675a037 100644 --- a/pcsx2/USB/qemu-usb/usb-ohci.cpp +++ b/pcsx2/USB/qemu-usb/usb-ohci.cpp @@ -61,8 +61,7 @@ static inline void ohci_intr_update(OHCIState* ohci) if (level) { - //if ((get_clock() - last_cycle) > MIN_IRQ_INTERVAL) - if (ohci->intr_status != OHCI_INTR_WD) //HACK skip first intr with _WD, _SF should follow shortly + if ((get_clock() - last_cycle) > MIN_IRQ_INTERVAL) { usbIrq(1); last_cycle = get_clock();