And another little fix: Only apply the list cover image on list mode.

This commit is contained in:
dimok321 2011-01-21 21:09:30 +00:00
parent 73b75e312f
commit 6ccb51d71c
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
<app version="1"> <app version="1">
<name> USB Loader GX</name> <name> USB Loader GX</name>
<coder>USB Loader GX Team</coder> <coder>USB Loader GX Team</coder>
<version>2.0 r1050</version> <version>2.0 r1051</version>
<release_date>201101211944</release_date> <release_date>201101212059</release_date>
<no_ios_reload/> <no_ios_reload/>
<short_description>Loads games from USB-devices</short_description> <short_description>Loads games from USB-devices</short_description>
<long_description>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. <long_description>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.

View File

@ -581,6 +581,7 @@ void GameBrowseMenu::ReloadBrowser()
if (Settings.gameDisplay == LIST_MODE) if (Settings.gameDisplay == LIST_MODE)
{ {
Append(gameCoverImg);
DownloadBtn->SetSize(160, 224); DownloadBtn->SetSize(160, 224);
listBtn->SetImage(listBtnImg); listBtn->SetImage(listBtnImg);
listBtn->SetImageOver(listBtnImg); listBtn->SetImageOver(listBtnImg);
@ -685,7 +686,6 @@ void GameBrowseMenu::ReloadBrowser()
Append(gameInfo); Append(gameInfo);
Append(homeBtn); Append(homeBtn);
Append(settingsBtn); Append(settingsBtn);
Append(gameCoverImg);
if (Settings.godmode || !(Settings.ParentalBlocks & BLOCK_HBC_MENU)) if (Settings.godmode || !(Settings.ParentalBlocks & BLOCK_HBC_MENU))
Append(homebrewBtn); Append(homebrewBtn);