1
0
Fork 0
forked from len0rd/rockbox

Audio thread debug is only for MAS at the moment

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6585 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-06-06 00:35:49 +00:00
parent 4aaa321329
commit a29c31543d

View file

@ -354,7 +354,7 @@ bool dbg_os(void)
} }
#endif #endif
#ifdef HAVE_LCD_BITMAP #if CONFIG_HWCODEC != MASNONE
bool dbg_audio_thread(void) bool dbg_audio_thread(void)
{ {
char buf[32]; char buf[32];
@ -2038,7 +2038,7 @@ bool debug_menu(void)
#else #else
{ "View disk info", dbg_disk_info }, { "View disk info", dbg_disk_info },
#endif #endif
#ifdef HAVE_LCD_BITMAP #if CONFIG_HWCODEC != MASNONE
{ "View audio thread", dbg_audio_thread }, { "View audio thread", dbg_audio_thread },
#ifdef PM_DEBUG #ifdef PM_DEBUG
{ "pm histogram", peak_meter_histogram}, { "pm histogram", peak_meter_histogram},