mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-12-26 03:41:55 +01:00
- removed the 'all plugins' option from source menu. no one used it and if you do need all plugins just use the 'Select Plugin' Menu.
This commit is contained in:
parent
8d7d6b1e3d
commit
5066724506
BIN
out/boot.dol
BIN
out/boot.dol
Binary file not shown.
Before Width: | Height: | Size: 3.4 MiB After Width: | Height: | Size: 3.4 MiB |
@ -62,12 +62,6 @@ void CMenu::_sourceFlow()
|
|||||||
}
|
}
|
||||||
else if(source == "homebrew")
|
else if(source == "homebrew")
|
||||||
m_current_view = COVERFLOW_HOMEBREW;
|
m_current_view = COVERFLOW_HOMEBREW;
|
||||||
else if(source == "allplugins")
|
|
||||||
{
|
|
||||||
m_current_view = COVERFLOW_PLUGIN;
|
|
||||||
for(k = 0; k < m_numPlugins; ++k)
|
|
||||||
m_plugin.SetEnablePlugin(m_cfg, k, 2); /* force enable */
|
|
||||||
}
|
|
||||||
else if(source == "plugin")
|
else if(source == "plugin")
|
||||||
{
|
{
|
||||||
magicNums.clear();
|
magicNums.clear();
|
||||||
@ -404,13 +398,6 @@ bool CMenu::_Source()
|
|||||||
m_current_view = COVERFLOW_HOMEBREW;
|
m_current_view = COVERFLOW_HOMEBREW;
|
||||||
_setSrcOptions();
|
_setSrcOptions();
|
||||||
}
|
}
|
||||||
else if(source == "allplugins")
|
|
||||||
{
|
|
||||||
m_current_view = COVERFLOW_PLUGIN;
|
|
||||||
for(k = 0; k < m_numPlugins; ++k)
|
|
||||||
m_plugin.SetEnablePlugin(m_cfg, k, 2); /* force enable */
|
|
||||||
_setSrcOptions();
|
|
||||||
}
|
|
||||||
else if(source == "plugin")
|
else if(source == "plugin")
|
||||||
{
|
{
|
||||||
m_current_view = COVERFLOW_PLUGIN;
|
m_current_view = COVERFLOW_PLUGIN;
|
||||||
|
Loading…
Reference in New Issue
Block a user