From 05354e1befcaf02e333dbaca42d19d0a3e853a0d Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Mon, 12 Aug 2024 15:14:33 -0400 Subject: Hopefully fix the remaining red from 15e52374 (imx233, ipodnano2g, !multidrive hosted/sims) Change-Id: I9c89887078f9f50d3aac73f468ac323699e1fd1f --- apps/menus/main_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/menus/main_menu.c') diff --git a/apps/menus/main_menu.c b/apps/menus/main_menu.c index 622280d487..61e8a70ecd 100644 --- a/apps/menus/main_menu.c +++ b/apps/menus/main_menu.c @@ -185,7 +185,7 @@ static int refresh_data(struct info_data *info) max = drive; else if (drive < max) break; -#elif defined(HAVE_MULTIVOLUME) +#elif defined(HAVE_HOTSWAP) || defined(HAVE_DIRCACHE) || defined(HAVE_BOOTDATA) if (volume_partition(i) == -1) break; #endif -- cgit v1.2.3