-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DFGT wheel jerkiness with FFB #3
Comments
What's the right PCSX2 and plugin version should I use?My DFGT cannot work properly with this. |
Uncheck "Logitech wheel pass-through". (Deemit, it defaults to enabled.) Do PS2 games support DFGT in its native mode? Plugin itself doesn't change its mode so the HID report format is probably wrong hence messed up inputs. It could work in GTF/DF/DFPro mode probably but isn't necessary. Enqueue error is because game doesn't read input data as fast as wheel produces it if using pass-through. Might cause stale/laggy input. |
After uncheck the pass-through it works flawlessly,thank you! |
IIRC Driving Force Pro is the newest it supports, DFGT launched with GT5 on PS3. 900 degree range is supported anyway so no difference. |
I think I saw some videos on YouTube that someguy did connect it to PS2...That's weird |
Yeah, newer wheels start up as "Driving Force" initially and DFGT, G25, G27 support acting as old wheels. On PC, driver (or LG HUB nowadays) then sends a command that switches it into "native" mode with full supported features (900° range etc.). I meant, for PCSX2, there's no difference what wheel you use if you can set it to at least 270/900 degrees, mostly :P Games only see the emulated type. |
While servicing the OHCI transfer descriptors(TD), OHCI host controller derives variables 'start_addr', 'end_addr', 'len' etc. from values supplied by the host controller driver. Host controller driver may supply values such that using above variables leads to out-of-bounds access issues. Add checks to avoid them. AddressSanitizer: stack-buffer-overflow on address 0x7ffd53af76a0 READ of size 2 at 0x7ffd53af76a0 thread T0 #0 ohci_service_iso_td ../hw/usb/hcd-ohci.c:734 #1 ohci_service_ed_list ../hw/usb/hcd-ohci.c:1180 #2 ohci_process_lists ../hw/usb/hcd-ohci.c:1214 #3 ohci_frame_boundary ../hw/usb/hcd-ohci.c:1257 #4 timerlist_run_timers ../util/qemu-timer.c:572 #5 qemu_clock_run_timers ../util/qemu-timer.c:586 #6 qemu_clock_run_all_timers ../util/qemu-timer.c:672 #7 main_loop_wait ../util/main-loop.c:527 #8 qemu_main_loop ../softmmu/vl.c:1676 #9 main ../softmmu/main.c:50 Reported-by: Gaoning Pan <[email protected]> Reported-by: Yongkang Jia <[email protected]> Reported-by: Yi Ren <[email protected]> Signed-off-by: Prasad J Pandit <[email protected]> Message-id: [email protected] Signed-off-by: Gerd Hoffmann <[email protected]>
While servicing the OHCI transfer descriptors(TD), OHCI host controller derives variables 'start_addr', 'end_addr', 'len' etc. from values supplied by the host controller driver. Host controller driver may supply values such that using above variables leads to out-of-bounds access issues. Add checks to avoid them. AddressSanitizer: stack-buffer-overflow on address 0x7ffd53af76a0 READ of size 2 at 0x7ffd53af76a0 thread T0 #0 ohci_service_iso_td ../hw/usb/hcd-ohci.c:734 #1 ohci_service_ed_list ../hw/usb/hcd-ohci.c:1180 #2 ohci_process_lists ../hw/usb/hcd-ohci.c:1214 #3 ohci_frame_boundary ../hw/usb/hcd-ohci.c:1257 #4 timerlist_run_timers ../util/qemu-timer.c:572 #5 qemu_clock_run_timers ../util/qemu-timer.c:586 #6 qemu_clock_run_all_timers ../util/qemu-timer.c:672 #7 main_loop_wait ../util/main-loop.c:527 #8 qemu_main_loop ../softmmu/vl.c:1676 #9 main ../softmmu/main.c:50 Reported-by: Gaoning Pan <[email protected]> Reported-by: Yongkang Jia <[email protected]> Reported-by: Yi Ren <[email protected]> Signed-off-by: Prasad J Pandit <[email protected]> Message-id: [email protected] Signed-off-by: Gerd Hoffmann <[email protected]>
http://forums.pcsx2.net/Thread-Qemu-USB-Wheel-Storage-mod?pid=358423#pid358423
http://forums.pcsx2.net/Thread-Qemu-USB-Wheel-Storage-mod?pid=355645#pid355645
The text was updated successfully, but these errors were encountered: