Add support for incremental updates to ScreenReloadSongs

This commit is contained in:
Martin Natano
2022-06-09 15:31:29 +02:00
parent 49127f6a92
commit f60707b506
7 changed files with 103 additions and 24 deletions
+1 -1
View File
@@ -1123,7 +1123,7 @@ int sm_main(int argc, char* argv[])
// depends on SONGINDEX:
SONGMAN = new SongManager;
SONGMAN->InitAll( pLoadingWindow ); // this takes a long time
SONGMAN->InitAll( pLoadingWindow, /*onlyAdditions=*/false ); // this takes a long time
CRYPTMAN = new CryptManager; // need to do this before ProfileMan
if( PREFSMAN->m_bSignProfileData )
CRYPTMAN->GenerateGlobalKeys();