MickGyver / DaemonBite-Arcade-Encoder

An arcade controller project for the MiSTer FPGA project and any other device accepting USB HID joysticks. Up to 12 buttons are supported. Can also be used to create NeoGeo/Atari/Commodore/Amiga controller to USB adapters.
GNU General Public License v3.0
275 stars 47 forks source link

"menu ok" action : impossible to assign #10

Closed robinmasters2 closed 3 years ago

robinmasters2 commented 3 years ago

hello, I've just setup an arduino pro micro and loaded it with the arcade encoder software. I use it on mister.

The issue I'm having is that, when assigning the buttons for the mister menu, a double clic is happening when assigning the "menu ok" action. in consequence It also assigns the "menu back" action on the same button.

it's only happening is this particular situation. in game no double click. it happens whathever the button is.

after sharing with friends, looks like two of my pals are expériencing the same issue. is there already a workaround ?

thank you.

0x15e commented 3 years ago

You need to enable debounce in the source and reflash your Arduino. It should be as simple as uncommenting one line.

Edit: Change the DEBOUNCE 0 to DEBOUNCE 1 in this line.

robinmasters2 commented 3 years ago

thank you it worked !