mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-22 03:09:15 +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) {
|
if(ret >= 0) {
|
||||||
//! success
|
//! success
|
||||||
installed_games++;
|
installed_games++;
|
||||||
|
ResetGameHeaderCache();
|
||||||
}
|
}
|
||||||
else if(ret == PROGRESS_CANCELED)
|
else if(ret == PROGRESS_CANCELED)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user