Fix process list
This commit is contained in:
parent
3ad314a5ac
commit
37544a0eb9
@ -262,7 +262,7 @@ static void ProcessListMenu_MemoryViewer(const ProcessInfo *info)
|
|||||||
u32 max;
|
u32 max;
|
||||||
} MenuData;
|
} MenuData;
|
||||||
|
|
||||||
bool editing;
|
bool editing = false;
|
||||||
|
|
||||||
MenuData menus[MENU_MODE_MAX] = {0};
|
MenuData menus[MENU_MODE_MAX] = {0};
|
||||||
int menuMode = MENU_MODE_NORMAL;
|
int menuMode = MENU_MODE_NORMAL;
|
||||||
|
Reference in New Issue
Block a user