other display for entering goto
This commit is contained in:
parent
8353b84944
commit
65af93c8ce
@ -453,6 +453,7 @@ static void ProcessListMenu_MemoryViewer(const ProcessInfo *info)
|
|||||||
if(checkMode(MENU_MODE_GOTO))
|
if(checkMode(MENU_MODE_GOTO))
|
||||||
finishJumping();
|
finishJumping();
|
||||||
else
|
else
|
||||||
|
// gotoAddress = __builtin_bswap32(((u32)menus[MENU_MODE_NORMAL].buf) + menus[MENU_MODE_NORMAL].selected);
|
||||||
gotoAddress = __builtin_bswap32((u32)menus[MENU_MODE_NORMAL].buf);
|
gotoAddress = __builtin_bswap32((u32)menus[MENU_MODE_NORMAL].buf);
|
||||||
}
|
}
|
||||||
else if(pressed & BUTTON_Y)
|
else if(pressed & BUTTON_Y)
|
||||||
|
Reference in New Issue
Block a user