mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Merge pull request #73 from joolswills/scroll_tiers
emulationstation - add additional scroll speed tier, and slow down fastest speed
This commit is contained in:
commit
556462dd09
|
@ -36,10 +36,11 @@ struct ScrollTierList
|
|||
// default scroll tiers
|
||||
const ScrollTier QUICK_SCROLL_TIERS[] = {
|
||||
{500, 500},
|
||||
{5000, 114},
|
||||
{0, 8}
|
||||
{2000, 114},
|
||||
{4000, 32},
|
||||
{0, 16}
|
||||
};
|
||||
const ScrollTierList LIST_SCROLL_STYLE_QUICK = { 3, QUICK_SCROLL_TIERS };
|
||||
const ScrollTierList LIST_SCROLL_STYLE_QUICK = { 4, QUICK_SCROLL_TIERS };
|
||||
|
||||
const ScrollTier SLOW_SCROLL_TIERS[] = {
|
||||
{500, 500},
|
||||
|
|
Loading…
Reference in a new issue