diff --git a/HBC/META.XML b/HBC/META.XML index c7596951..1d2d6924 100644 --- a/HBC/META.XML +++ b/HBC/META.XML @@ -2,8 +2,8 @@ USB Loader GX USB Loader GX Team - 2.0 r1050 - 201101211944 + 2.0 r1051 + 201101212059 Loads games from USB-devices USB Loader GX is a libwiigui based USB iso loader with a wii-like GUI. You can install games to your HDDs and boot them with shorter loading times. diff --git a/source/menu/GameBrowseMenu.cpp b/source/menu/GameBrowseMenu.cpp index 3df17e8e..fcaf8ca3 100644 --- a/source/menu/GameBrowseMenu.cpp +++ b/source/menu/GameBrowseMenu.cpp @@ -581,6 +581,7 @@ void GameBrowseMenu::ReloadBrowser() if (Settings.gameDisplay == LIST_MODE) { + Append(gameCoverImg); DownloadBtn->SetSize(160, 224); listBtn->SetImage(listBtnImg); listBtn->SetImageOver(listBtnImg); @@ -685,7 +686,6 @@ void GameBrowseMenu::ReloadBrowser() Append(gameInfo); Append(homeBtn); Append(settingsBtn); - Append(gameCoverImg); if (Settings.godmode || !(Settings.ParentalBlocks & BLOCK_HBC_MENU)) Append(homebrewBtn);