mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-29 09:35:39 +00:00
Slightly decreased the time needed to reach the highest scrolling tier.
This commit is contained in:
parent
6e58b5f2fa
commit
98395bc81d
|
@ -37,7 +37,7 @@ struct ScrollTierList {
|
||||||
// Default scroll tiers.
|
// Default scroll tiers.
|
||||||
const ScrollTier QUICK_SCROLL_TIERS[] = {
|
const ScrollTier QUICK_SCROLL_TIERS[] = {
|
||||||
{500, 500},
|
{500, 500},
|
||||||
{1400, 114},
|
{1200, 114},
|
||||||
{0, 16}
|
{0, 16}
|
||||||
};
|
};
|
||||||
const ScrollTierList LIST_SCROLL_STYLE_QUICK = {
|
const ScrollTierList LIST_SCROLL_STYLE_QUICK = {
|
||||||
|
|
Loading…
Reference in a new issue