Maschell / controller_patcher

shared files for hid support
42 stars 13 forks source link

Logitech F310 Cannot hold Inputs #31

Open HeyItsJono opened 5 years ago

HeyItsJono commented 5 years ago

A Logitech F310 plugged directly into the Wii U runs into issues in games such as SSB4. If you try to hold a button to use it (e.g. holding bumpers/triggers for shield, holding left stick for movement, holding right stick for smash attack), it inputs it once and does nothing else. Is there any way to fix this? Attached is my config.

LogitechF310.txt

Maschell commented 5 years ago

Try to replace the

VPAD_BUTTON_A       = 0x04,0x48
VPAD_BUTTON_B       = 0x04,0x28
VPAD_BUTTON_X       = 0x04,0x88
VPAD_BUTTON_Y       = 0x04,0x18

with

VPAD_BUTTON_A       = 0x04,0x40
VPAD_BUTTON_B       = 0x04,0x20
VPAD_BUTTON_X       = 0x04,0x80
VPAD_BUTTON_Y       = 0x04,0x10

but that's probably not the whole issue. I bet the controller is only sending changes, instead of sending the current state constantly.