From 058a9ec9453fed05872d10c72913bbc7034d32d8 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sun, 28 Mar 2021 12:07:30 -0400 Subject: Add M3K native to the simulator Change-Id: If3e877d2df189e44076631fd571cf6aa70ce6ca8 --- apps/debug_menu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/debug_menu.c b/apps/debug_menu.c index f7e179b040..42d16a4e82 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -2495,7 +2495,7 @@ static bool dbg_boot_data(void) } #endif /* defined(HAVE_BOOTDATA) && !defined(SIMULATOR) */ -#ifdef FIIO_M3K +#if defined(FIIO_M3K) && !defined(SIMULATOR) /* Note: this is temporary and should NOT be merged, ensure it is removed */ static int fiio_debug_menu_action_callback(int action, struct gui_synclist *lists) { @@ -2648,7 +2648,7 @@ static const struct { #if defined(HAVE_BOOTDATA) && !defined(SIMULATOR) {"Boot data", dbg_boot_data }, #endif -#ifdef FIIO_M3K +#if defined(FIIO_M3K) && !defined(SIMULATOR) {"FiiO debug menu", dbg_fiio_menu}, #endif }; -- cgit v1.2.3