mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 00:55:06 +01:00
- re-enabled '1' and '2' buttons for emuflow and brewflow
- updated default.ini to include layouts for emuflow and brewflow
This commit is contained in:
parent
5c9ee85a7c
commit
31caf39cd2
@ -412,7 +412,7 @@ void CMenu::_cfTheme(void)
|
|||||||
m_theme.load(fmt("%s/%s.ini", m_themeDir.c_str(), m_cfg.getString("GENERAL", "theme", "defaut").c_str()));
|
m_theme.load(fmt("%s/%s.ini", m_themeDir.c_str(), m_cfg.getString("GENERAL", "theme", "defaut").c_str()));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
else if (m_btnMgr.selected(m_cfThemeBtnAlt) && m_current_view != COVERFLOW_HOMEBREW && m_current_view != COVERFLOW_EMU)
|
else if (m_btnMgr.selected(m_cfThemeBtnAlt))
|
||||||
{
|
{
|
||||||
cfVersion = 1 + loopNum(cfVersion, m_numCFVersions);
|
cfVersion = 1 + loopNum(cfVersion, m_numCFVersions);
|
||||||
_showCFTheme(curParam, cfVersion, wide);
|
_showCFTheme(curParam, cfVersion, wide);
|
||||||
|
@ -341,7 +341,7 @@ int CMenu::main(void)
|
|||||||
}
|
}
|
||||||
m_btnMgr.noClick(false);
|
m_btnMgr.noClick(false);
|
||||||
//CF Layout select
|
//CF Layout select
|
||||||
if (!BTN_B_HELD && (BTN_1_PRESSED || BTN_2_PRESSED) && m_current_view != COVERFLOW_HOMEBREW && m_current_view != COVERFLOW_EMU)
|
if (!BTN_B_HELD && (BTN_1_PRESSED || BTN_2_PRESSED))
|
||||||
{
|
{
|
||||||
m_btnMgr.noClick(true);
|
m_btnMgr.noClick(true);
|
||||||
if (!m_btnMgr.selected(m_mainBtnQuit))
|
if (!m_btnMgr.selected(m_mainBtnQuit))
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user