Releases: jackun/USBqemu-wheel
Releases · jackun/USBqemu-wheel
0.8.2-3
0.8.2-0
0.8.1-0
0.8.0-0
- Add HID keyboard/mouse. For cursor lock: on windows use SHIFT + F11, on linux use OnePad plugin for pads and then SHIFT+F12.
- Add Rock Band drum kit. May or may not work with other games than Rock Band 1 and 2.
- Change Driving Force Pro revision from 11.02 to 11.06.
0.7.4-0
0.7.3-0
0.7.2-0
0.7.1-0
0.7.0-0
- usb-pad/dx: reduce spring deadband, going by usb capture, seems to be in line with raw ff commands and misc wip crap.
- us-pad/raw: allow legacy input with raw input so list view can get key events; unbind multiple mappings; timer for binding timeout.
- usb-pad: pass-through, does it work?
- usb-msd: more error handling
- linux: fix config, wheel type is per user, not port :P
- usb-pad/evdev: add evdev support
- usb-pad, usb-pad/dx: manually mangle bits, send report descriptor and do some cleanup.
- usb-pad/raw: use lock-free queue, separate writer thread, try to reset ffb if plugin is closed
- Add lock-free queue by https://github.com/cameron314/readerwriterqueue
- usb-mic/pulse: deal with holes
- Fix std::vector base pointer error.
- Upgrade Qemu USB to 1.7.0+
- Reset OHCI if read/write address+length is over 2MB, doh.
- usb-msd: fix offset into buffer not being zeroed for non-data reads and consolidate related code.
- Try to reset when HCCA is invalid but OHCI is still running.