From 570c0734de9cfd3fb7d3afdcea038baeac0dde5b Mon Sep 17 00:00:00 2001 From: wiidev Date: Mon, 11 Nov 2019 20:00:00 +0000 Subject: [PATCH] Display both Wii and GC games after downloading covers --- source/menu/GameBrowseMenu.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/menu/GameBrowseMenu.cpp b/source/menu/GameBrowseMenu.cpp index 371c5650..3b8c32d1 100644 --- a/source/menu/GameBrowseMenu.cpp +++ b/source/menu/GameBrowseMenu.cpp @@ -1017,6 +1017,7 @@ int GameBrowseMenu::MainLoop() { gprintf("\tDownloadBtn Clicked\n"); ImageDownloader::DownloadImages(); + gameList.FilterList(); ReloadBrowser(); DownloadBtn->ResetState(); }