Adding back the titleAdded singal as it seems to be stable again

This commit is contained in:
Maschell 2020-02-21 14:37:59 +01:00
parent e96e51ad46
commit 7b0f3cf507
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++;
}
}