mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Adjusted the time needed to reach the highest scrolling tier.
This commit is contained in:
parent
8173ccda80
commit
0b5d9cfc52
|
@ -37,7 +37,7 @@ struct ScrollTierList {
|
|||
// Default scroll tiers.
|
||||
const ScrollTier QUICK_SCROLL_TIERS[] = {
|
||||
{500, 500},
|
||||
{2000, 114},
|
||||
{1400, 114},
|
||||
{0, 16}
|
||||
};
|
||||
const ScrollTierList LIST_SCROLL_STYLE_QUICK = {
|
||||
|
|
Loading…
Reference in a new issue