mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2025-01-13 11:49:06 +01:00
[Gamecube/Wii] increased GUI list scrolling speed
This commit is contained in:
parent
be3969bf3a
commit
8fbe871e3f
@ -50,12 +50,12 @@
|
||||
#define ANALOG_SENSITIVITY 30
|
||||
|
||||
/* Delay before held keys triggering */
|
||||
/* higher is the value, less responsive is the key update */
|
||||
/* higher is the value, longer must the key remain held */
|
||||
#define HELD_DELAY 30
|
||||
|
||||
/* Direction & selection update speed when a key is being held */
|
||||
/* lower is the value, faster is the key update */
|
||||
#define HELD_SPEED 4
|
||||
/* lower is the value, faster is the key update (min value = 1) */
|
||||
#define HELD_SPEED 2
|
||||
|
||||
|
||||
/* Configurable keys */
|
||||
|
Loading…
x
Reference in New Issue
Block a user