mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-18 09:19:17 +01:00
And another little fix: Only apply the list cover image on list mode.
This commit is contained in:
parent
73b75e312f
commit
6ccb51d71c
@ -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.
|
||||||
|
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user