Is it possible to assign two physical buttons to the same vpad button?
I’m using a Switch Horipad, which has a Screenshot button in addition to the Home button. I tried to assign both of those to send Plus (similar to some 3DS games having both Start and Select pause the game, so you had a pause button on each side):
VPAD_BUTTON_PLUS = 0x01, 0x10
VPAD_BUTTON_PLUS = 0x01, 0x20
but the second one seems to override the first, so Screenshot sends Plus, and Home doesn’t send anything.