-fixed wiimote_gestures

This commit is contained in:
fix94.1 2012-06-21 19:06:29 +00:00
parent 74aed7b680
commit 5654d1cd45

View File

@ -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)
{