- 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:
fledge68 2012-05-04 13:29:08 +00:00
parent 5c9ee85a7c
commit 31caf39cd2
3 changed files with 3685 additions and 1241 deletions

View File

@ -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()));
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);
_showCFTheme(curParam, cfVersion, wide);

View File

@ -341,7 +341,7 @@ int CMenu::main(void)
}
m_btnMgr.noClick(false);
//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);
if (!m_btnMgr.selected(m_mainBtnQuit))

File diff suppressed because it is too large Load Diff