(Menu) Add cache for selection_ptr

This commit is contained in:
Jean-André Santoni 2014-10-20 19:56:18 +02:00
parent 2f988c300b
commit 4bdc3a2818

View File

@ -81,6 +81,7 @@ typedef struct
menu_list_t *menu_list;
size_t selection_ptr;
size_t selection_ptr_old;
bool need_refresh;
bool msg_force;
bool push_start_screen;