mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 09:05:06 +01:00
oops forgot to remove commented lines
This commit is contained in:
parent
7c62ef2252
commit
bc03c566f2
@ -343,8 +343,6 @@ int CMenu::main(void)
|
||||
continue;
|
||||
}
|
||||
m_btnMgr.noClick(true);
|
||||
//if (!m_btnMgr.selected(m_mainBtnChannel) && !m_btnMgr.selected(m_mainBtnUsb) && !m_btnMgr.selected(m_mainBtnDML) && !m_btnMgr.selected(m_mainBtnHomebrew) && !m_btnMgr.selected(m_mainBtnEmu))
|
||||
//{
|
||||
if (!BTN_B_HELD && (BTN_UP_REPEAT || RIGHT_STICK_UP))
|
||||
m_cf.up();
|
||||
if ((!BTN_B_HELD && (BTN_RIGHT_REPEAT || RIGHT_STICK_RIGHT)) || WROLL_RIGHT)
|
||||
@ -353,7 +351,6 @@ int CMenu::main(void)
|
||||
m_cf.down();
|
||||
if ((!BTN_B_HELD && (BTN_LEFT_REPEAT || RIGHT_STICK_LEFT)) || WROLL_LEFT)
|
||||
m_cf.left();
|
||||
//}
|
||||
m_btnMgr.noClick(false);
|
||||
//CF Layout select
|
||||
if (!BTN_B_HELD && (BTN_1_PRESSED || BTN_2_PRESSED))
|
||||
|
Loading…
Reference in New Issue
Block a user