summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/debug_menu.c4
1 files changed, 3 insertions, 1 deletions
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)
1877 1877
1878#endif /* HAVE_DIRCACHE */ 1878#endif /* HAVE_DIRCACHE */
1879 1879
1880#ifdef HAVE_LCD_BITMAP
1880static bool dbg_tagcache_info(void) 1881static bool dbg_tagcache_info(void)
1881{ 1882{
1882 bool done = false; 1883 bool done = false;
@@ -1908,6 +1909,7 @@ static bool dbg_tagcache_info(void)
1908 1909
1909 return false; 1910 return false;
1910} 1911}
1912#endif
1911 1913
1912#if CONFIG_CPU == SH7034 1914#if CONFIG_CPU == SH7034
1913bool dbg_save_roms(void) 1915bool dbg_save_roms(void)
@@ -2052,8 +2054,8 @@ bool debug_menu(void)
2052#ifdef HAVE_DIRCACHE 2054#ifdef HAVE_DIRCACHE
2053 { "View dircache info", dbg_dircache_info }, 2055 { "View dircache info", dbg_dircache_info },
2054#endif 2056#endif
2055 { "View tagcache info", dbg_tagcache_info },
2056#ifdef HAVE_LCD_BITMAP 2057#ifdef HAVE_LCD_BITMAP
2058 { "View tagcache info", dbg_tagcache_info },
2057 { "View audio thread", dbg_audio_thread }, 2059 { "View audio thread", dbg_audio_thread },
2058#ifdef PM_DEBUG 2060#ifdef PM_DEBUG
2059 { "pm histogram", peak_meter_histogram}, 2061 { "pm histogram", peak_meter_histogram},