mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 00:55:06 +01:00
- now compiled with the 480p pixel patch applied to libogc.a
- fixed keeping buttons hidden when moving from one full game banner to another.
This commit is contained in:
parent
0d59191da9
commit
7e5627b3e0
Binary file not shown.
BIN
out/boot.dol
BIN
out/boot.dol
Binary file not shown.
Before Width: | Height: | Size: 3.6 MiB After Width: | Height: | Size: 3.6 MiB |
@ -827,7 +827,7 @@ void CMenu::_game(bool launch)
|
||||
}
|
||||
else
|
||||
{
|
||||
if(!Auto_hide_icons || m_show_zone_game)
|
||||
if((!Auto_hide_icons || m_show_zone_game) && !m_soundThrdBusy)
|
||||
{
|
||||
m_btnMgr.show(m_gameBtnPlay);
|
||||
m_btnMgr.show(m_gameBtnBack);
|
||||
@ -845,7 +845,7 @@ void CMenu::_game(bool launch)
|
||||
if(m_gameLblUser[i] != -1)
|
||||
m_btnMgr.show(m_gameLblUser[i]);
|
||||
}
|
||||
else
|
||||
else if(!m_soundThrdBusy)
|
||||
{
|
||||
m_btnMgr.hide(m_gameBtnFavoriteOn);
|
||||
m_btnMgr.hide(m_gameBtnFavoriteOff);
|
||||
|
Loading…
Reference in New Issue
Block a user