mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-12 11:42:13 -04:00
Increase touch sensitivity a bit.
This commit is contained in:
parent
9a3454d695
commit
f91f17b9fb
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ using sample_t = uint16_t;
|
|||
|
||||
constexpr sample_t sample_max = 1023;
|
||||
|
||||
constexpr sample_t touch_threshold = sample_max * 0.3f;
|
||||
constexpr sample_t touch_threshold = sample_max * 0.5f;
|
||||
|
||||
struct Samples {
|
||||
sample_t xp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue