Opened 15 years ago

Closed 15 years ago

#6094 closed patch (fixed)

Joystick acts totally strange

Reported by: Juha Törnroos <juha.tornroos@…> Owned by: Isaac Richards
Priority: minor Milestone: 0.22
Component: mythtv Version: head
Severity: medium Keywords: joystick
Cc: Ticket locked: no

Description

I'm using Logitech Precision gamepad to control my mythtv and joystick support have been broken for very long time. I noticed that std iterators in jsmenu.cpp does not work as expected (bmap++ points to the wrong point at memory). So this patch will fix it. Now everything seems to work proberly.

Attachments (1)

joystick.patch (2.7 KB) - added by Juha Törnroos <juha.tornroos@…> 15 years ago.

Download all attachments as: .zip

Change History (2)

Changed 15 years ago by Juha Törnroos <juha.tornroos@…>

Attachment: joystick.patch added

comment:1 Changed 15 years ago by Anduin Withers

Resolution: fixed
Status: newclosed

(In [19831]) Closes #6094

Compare iterators to the same vector, not just a copy of the same type.

Note: See TracTickets for help on using tickets.