mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-23 19:59:16 +01:00
- fixed a potential issue if using the source select icon on main screen with no source menu.
This commit is contained in:
parent
1724046bf3
commit
0d9b58609c
BIN
out/boot.dol
BIN
out/boot.dol
Binary file not shown.
Before Width: | Height: | Size: 4.1 MiB After Width: | Height: | Size: 4.1 MiB |
@ -539,9 +539,12 @@ int CMenu::main(void)
|
||||
m_current_view = show_homebrew ? COVERFLOW_HOMEBREW : COVERFLOW_WII;
|
||||
else if(m_current_view == COVERFLOW_HOMEBREW || m_source_cnt > 1)
|
||||
m_current_view = COVERFLOW_WII;
|
||||
if(m_use_source)
|
||||
{
|
||||
sm_numbers_backup = "0";
|
||||
sm_tiers_backup = SOURCE_FILENAME;
|
||||
_restoreSrcTiers();
|
||||
}
|
||||
m_source_cnt = 1;
|
||||
m_cfg.setUInt("GENERAL", "sources", m_current_view);
|
||||
m_catStartPage = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user