From d9ef5980df35fa4c7dc60fddf781cd71463c9746 Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Sun, 26 Mar 2006 17:09:32 +0000 Subject: Fixed the debug menu. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9262 a1c6a512-1295-4272-9138-f99709370657 --- apps/debug_menu.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/debug_menu.c b/apps/debug_menu.c index c62f65e33d..008e0a2518 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -1877,6 +1877,7 @@ static bool dbg_dircache_info(void) #endif /* HAVE_DIRCACHE */ +#ifdef HAVE_LCD_BITMAP static bool dbg_tagcache_info(void) { bool done = false; @@ -1908,6 +1909,7 @@ static bool dbg_tagcache_info(void) return false; } +#endif #if CONFIG_CPU == SH7034 bool dbg_save_roms(void) @@ -2052,8 +2054,8 @@ bool debug_menu(void) #ifdef HAVE_DIRCACHE { "View dircache info", dbg_dircache_info }, #endif - { "View tagcache info", dbg_tagcache_info }, #ifdef HAVE_LCD_BITMAP + { "View tagcache info", dbg_tagcache_info }, { "View audio thread", dbg_audio_thread }, #ifdef PM_DEBUG { "pm histogram", peak_meter_histogram}, -- cgit v1.2.3