emulationstation - add additional scroll speed tier, and slow down fastest speed

This commit is contained in:
Jools Wills 2016-11-30 18:15:13 +00:00
parent 1c343c999b
commit 4d27443f33

View file

@ -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},