Debug menu now show partitions on all drives, not just the first.

Change-Id: I76e4cb6cb3d23ed72a6dc6432910eb8c3415c5d8
This commit is contained in:
Solomon Peachy 2019-07-29 21:25:37 -04:00
parent bad461a9ce
commit 4f469e90ef

View file

@ -558,7 +558,7 @@ static const char* dbg_partitions_getname(int selected_item, void *data,
static bool dbg_partitions(void)
{
struct simplelist_info info;
simplelist_info_init(&info, "Partition Info", 4, NULL);
simplelist_info_init(&info, "Partition Info", NUM_DRIVES * 4, NULL);
info.selection_size = 2;
info.hide_selection = true;
info.scroll_all = true;