1
0
Fork 0
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:
Jens Arnold 2007-07-19 23:40:28 +00:00
parent f888509dad
commit 66bb96b4f3

View file

@ -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 */