|
|
@ -562,12 +562,12 @@ void lcdml_menu_control(void) |
|
|
|
//LCDML.BT_quit();
|
|
|
|
//LCDML.BT_quit();
|
|
|
|
encoderDir[ENC_R].ButtonLong(true); |
|
|
|
encoderDir[ENC_R].ButtonLong(true); |
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
if (LCDML.FUNC_getID() < 0xff) |
|
|
|
if (LCDML.FUNC_getID() < 0xff) |
|
|
|
LCDML.FUNC_setGBAToLastFunc(); |
|
|
|
LCDML.FUNC_setGBAToLastFunc(); |
|
|
|
else |
|
|
|
else |
|
|
|
LCDML.FUNC_setGBAToLastCursorPos(); |
|
|
|
LCDML.FUNC_setGBAToLastCursorPos(); |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
LCDML.FUNC_setGBA(); |
|
|
|
LCDML.FUNC_setGBA(); |
|
|
|
LCDML.OTHER_jumpToFunc(UI_func_voice_select); |
|
|
|
LCDML.OTHER_jumpToFunc(UI_func_voice_select); |
|
|
|
} |
|
|
|
} |
|
|
|