separate "low res loaded on startup" and "low res loaded on demand" banner modes
This commit is contained in:
@@ -147,7 +147,7 @@ CString Song::GetBackgroundAtBeat( float fBeat ) const
|
||||
|
||||
CString Song::GetCacheFilePath() const
|
||||
{
|
||||
return ssprintf( CACHE_DIR "Songs/%u", GetHashForString(m_sSongDir) );
|
||||
return SongCacheIndex::GetCacheFilePath( "Songs", m_sSongDir );
|
||||
}
|
||||
|
||||
/* Get a path to the SM containing data for this song. It might
|
||||
|
||||
Reference in New Issue
Block a user