[Gamecube/Wii] increased GUI list scrolling speed

This commit is contained in:
EkeEke 2014-08-25 00:29:32 +02:00
parent be3969bf3a
commit 8fbe871e3f

View File

@ -50,12 +50,12 @@
#define ANALOG_SENSITIVITY 30 #define ANALOG_SENSITIVITY 30
/* Delay before held keys triggering */ /* 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 #define HELD_DELAY 30
/* Direction & selection update speed when a key is being held */ /* Direction & selection update speed when a key is being held */
/* lower is the value, faster is the key update */ /* lower is the value, faster is the key update (min value = 1) */
#define HELD_SPEED 4 #define HELD_SPEED 2
/* Configurable keys */ /* Configurable keys */