Reset the header cache when installing GC games

This commit is contained in:
wiidev 2021-02-04 16:34:45 +00:00
parent 0ecd603dad
commit 0bc90dbdd4
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ int MenuGCInstall()
if(ret >= 0) {
//! success
installed_games++;
ResetGameHeaderCache();
}
else if(ret == PROGRESS_CANCELED)
{