Merge pull request #73 from joolswills/scroll_tiers

emulationstation - add additional scroll speed tier, and slow down fastest speed
This commit is contained in:
Jools Wills 2016-12-02 22:37:28 +00:00 committed by GitHub
commit 556462dd09

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