Display both Wii and GC games after downloading covers

This commit is contained in:
wiidev 2019-11-11 20:00:00 +00:00
parent 9eb5deeee6
commit 570c0734de

View File

@ -1017,6 +1017,7 @@ int GameBrowseMenu::MainLoop()
{ {
gprintf("\tDownloadBtn Clicked\n"); gprintf("\tDownloadBtn Clicked\n");
ImageDownloader::DownloadImages(); ImageDownloader::DownloadImages();
gameList.FilterList();
ReloadBrowser(); ReloadBrowser();
DownloadBtn->ResetState(); DownloadBtn->ResetState();
} }