summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--apps/debug_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 55454e0b94..5224dbe267 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -2594,7 +2594,7 @@ static const struct {
2594#endif 2594#endif
2595 { "Skin Engine RAM usage", dbg_skin_engine }, 2595 { "Skin Engine RAM usage", dbg_skin_engine },
2596#endif 2596#endif
2597#if (CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(SONY_NWZ_LINUX) 2597#if (CONFIG_PLATFORM & PLATFORM_NATIVE) || (defined(SONY_NWZ_LINUX) && !defined(SIMULATOR))
2598 { "View HW info", dbg_hw_info }, 2598 { "View HW info", dbg_hw_info },
2599#endif 2599#endif
2600#if (CONFIG_PLATFORM & PLATFORM_NATIVE) 2600#if (CONFIG_PLATFORM & PLATFORM_NATIVE)