forked from len0rd/rockbox
Make the audio thread debug screen leavable on H10 (and potentially other targets where ACTION_STD_CANCEL is a two-part acion).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13933 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f888509dad
commit
66bb96b4f3
1 changed files with 1 additions and 2 deletions
|
|
@ -357,9 +357,7 @@ static bool dbg_audio_thread(void)
|
|||
done = true;
|
||||
break;
|
||||
}
|
||||
action_signalscreenchange();
|
||||
line = 0;
|
||||
|
||||
lcd_clear_display();
|
||||
|
||||
bufused = bufsize - pcmbuf_free();
|
||||
|
|
@ -404,6 +402,7 @@ static bool dbg_audio_thread(void)
|
|||
|
||||
tick_remove_task(dbg_audio_task);
|
||||
|
||||
action_signalscreenchange();
|
||||
return false;
|
||||
}
|
||||
#endif /* CONFIG_CODEC */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue