FastLoad off by default. Let people with 1000s of songs turn it on if they want.
This commit is contained in:
@@ -85,7 +85,7 @@ PrefsManager::PrefsManager() :
|
||||
m_bDelayedModelDelete ( "DelayedModelDelete", false ),
|
||||
m_BannerCache ( "BannerCache", BNCACHE_LOW_RES_PRELOAD ),
|
||||
m_bPalettedBannerCache ( "PalettedBannerCache", false ),
|
||||
m_bFastLoad ( "FastLoad", true ),
|
||||
m_bFastLoad ( "FastLoad", false ),
|
||||
|
||||
m_bOnlyDedicatedMenuButtons ( "OnlyDedicatedMenuButtons", false ),
|
||||
m_bMenuTimer ( "MenuTimer", true ),
|
||||
|
||||
Reference in New Issue
Block a user