teknogods / OpenParrot

Open Source version of TeknoParrot by NTA, avail and Reaver
GNU General Public License v3.0
230 stars 47 forks source link

[Taiko no Tatsujin Nijiiro Ver] Only register a hit on rising edge #190

Closed shiibe closed 2 years ago

shiibe commented 2 years ago

My last pull request added analog "emulation", but it broke inputs as they would keep registering a hit every loop if a button was pressed and held (causing double hits and other weirdness).

This PR makes sure the button is only registered as a hit on the rising edge.