Sanjay Govind 1 年之前
父節點
當前提交
43525d0d70
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      helpers/pof_usb.c

+ 3 - 0
helpers/pof_usb.c

@@ -116,6 +116,9 @@ static int32_t pof_thread_worker(void* context) {
                     */
                 }
             }
+            if (virtual_portal->type == PoFXbox360) {
+                pof_usb_receive(dev, pof_usb->data, POF_USB_RX_MAX_SIZE);
+            }
 
             if(pof_usb->dataAvailable > 0) {
                 memset(tx_data, 0, sizeof(tx_data));