mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-23 19:59:16 +01:00
-fixed bug wiiflow retries to install a gamecube game which is already installed without possibility to stop it
-disable full screen banner in plugin and homebrew coverflow (issue 110)
This commit is contained in:
parent
7a1b39ee1b
commit
219c29acbe
@ -330,9 +330,7 @@ s32 GCDump::DumpGame()
|
||||
else
|
||||
{
|
||||
gprintf("Skipping game: %s (Already installed)(%d)\n", gcheader.title, Gamesize[MultiGameDump]);
|
||||
gc_done += Gamesize[MultiGameDump];
|
||||
MultiGameDump++;
|
||||
continue;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@ -418,9 +416,7 @@ s32 GCDump::DumpGame()
|
||||
}
|
||||
|
||||
if(!Disc)
|
||||
{
|
||||
snprintf(gamepath, sizeof(gamepath), "%s/%s [%.06s]/game.iso", fmt((strncmp(gamepartition, "sd", 2) != 0) ? usb_dml_game_dir : DML_DIR, gamepartition), gcheader.title, (char *)gcheader.id);
|
||||
}
|
||||
else
|
||||
{
|
||||
char *ptz = (char *)NULL;
|
||||
@ -428,7 +424,6 @@ s32 GCDump::DumpGame()
|
||||
if(ptz != NULL)
|
||||
strncpy(ptz, "gam1.iso", 8);
|
||||
}
|
||||
|
||||
gprintf("Writing %s\n", gamepath);
|
||||
if(compressed)
|
||||
{
|
||||
|
@ -639,7 +639,7 @@ void CMenu::_game(bool launch)
|
||||
m_banner->DeleteBanner(true);
|
||||
_setBg(m_mainBg, m_mainBgLQ);
|
||||
}
|
||||
if(m_show_zone_game && !m_zoom_banner)
|
||||
if(m_show_zone_game && (!m_zoom_banner || NoGameID(m_cf.getHdr()->type))
|
||||
{
|
||||
bool b = m_gcfg1.getBool("FAVORITES", id, false);
|
||||
m_btnMgr.show(b ? m_gameBtnFavoriteOn : m_gameBtnFavoriteOff);
|
||||
|
Loading…
Reference in New Issue
Block a user