mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-04 18:45:05 +01:00
Reset the header cache when installing GC games
This commit is contained in:
parent
0ecd603dad
commit
0bc90dbdd4
@ -148,6 +148,7 @@ int MenuGCInstall()
|
||||
if(ret >= 0) {
|
||||
//! success
|
||||
installed_games++;
|
||||
ResetGameHeaderCache();
|
||||
}
|
||||
else if(ret == PROGRESS_CANCELED)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user