pull/32/head
Holger Wirtz 4 years ago
parent 3bac091d75
commit c59be2bc1c
  1. 12
      UI.hpp

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

Loading…
Cancel
Save