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