Fix process list

This commit is contained in:
TuxSH 2019-06-30 13:54:41 +02:00
parent 3ad314a5ac
commit 37544a0eb9

View File

@ -262,7 +262,7 @@ static void ProcessListMenu_MemoryViewer(const ProcessInfo *info)
u32 max;
} MenuData;
bool editing;
bool editing = false;
MenuData menus[MENU_MODE_MAX] = {0};
int menuMode = MENU_MODE_NORMAL;