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:
parent
4aaa321329
commit
a29c31543d
1 changed files with 2 additions and 2 deletions
|
|
@ -354,7 +354,7 @@ bool dbg_os(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
#if CONFIG_HWCODEC != MASNONE
|
||||
bool dbg_audio_thread(void)
|
||||
{
|
||||
char buf[32];
|
||||
|
|
@ -2038,7 +2038,7 @@ bool debug_menu(void)
|
|||
#else
|
||||
{ "View disk info", dbg_disk_info },
|
||||
#endif
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
#if CONFIG_HWCODEC != MASNONE
|
||||
{ "View audio thread", dbg_audio_thread },
|
||||
#ifdef PM_DEBUG
|
||||
{ "pm histogram", peak_meter_histogram},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue