mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-24 04:09:15 +01:00
-fixed wiimote_gestures
This commit is contained in:
parent
74aed7b680
commit
5654d1cd45
@ -512,6 +512,10 @@ int CMenu::main(void)
|
||||
continue;
|
||||
}
|
||||
}
|
||||
else if(WROLL_LEFT)
|
||||
m_cf.left();
|
||||
else if(WROLL_RIGHT)
|
||||
m_cf.right();
|
||||
|
||||
if(!BTN_B_HELD)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user