Stop calling the titleAdded signal when adding titles

This commit is contained in:
Maschell 2020-02-21 14:23:44 +01:00
parent b4f5393906
commit b42b090442
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ int32_t GameList::readGameList() {
DCFlushRange(newGameInfo, sizeof(gameInfo));
fullGameList.push_back(newGameInfo);
titleAdded(newGameInfo);
//titleAdded(newGameInfo);
cnt++;
}
}