mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-27 13:44:15 +01:00
- correctly patched 874. should have tested before posting
This commit is contained in:
parent
0cac189d39
commit
1680e303c7
@ -724,6 +724,8 @@ void CMenu::_game(bool launch)
|
||||
m_btnMgr.hide(m_gameBtnToogleFull);
|
||||
if(m_gameLblUser[4] != -1 && !NoGameID(CoverFlow.getHdr()->type) && !m_fa.isLoaded())
|
||||
m_btnMgr.show(m_gameLblUser[4]);
|
||||
else
|
||||
m_btnMgr.hide(m_gameLblUser[4]);
|
||||
for(u8 i = 0; i < ARRAY_SIZE(m_gameLblUser) - 1; ++i)
|
||||
{
|
||||
if(m_gameLblUser[i] != -1)
|
||||
|
Loading…
Reference in New Issue
Block a user