mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2026-04-24 15:07:27 -05:00
Try to fix O3DS audio support
This commit is contained in:
parent
6c7624c5c7
commit
950bab462e
|
|
@ -237,7 +237,7 @@ static usb_capture_status capture_read_oldds_3ds(libusb_device_handle *handle, c
|
|||
result = bulk_in(handle, usb_device_desc, video_data_ptr + bytesIn, transferSize, &transferred);
|
||||
if(result == LIBUSB_SUCCESS)
|
||||
bytesIn += transferred;
|
||||
} while((bytesIn < video_size) && (result == LIBUSB_SUCCESS) && (transferred > 0));
|
||||
} while((bytesIn < full_in_size) && (result == LIBUSB_SUCCESS) && (transferred > 0));
|
||||
|
||||
if(result==LIBUSB_ERROR_PIPE) {
|
||||
libusb_clear_halt(handle, usb_device_desc->ep2_in);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user