forked from len0rd/rockbox
Fix a small display issue in the FM recording mode
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10819 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a396d7e742
commit
79198b9240
1 changed files with 2 additions and 1 deletions
|
|
@ -1707,7 +1707,8 @@ bool recording_screen(bool no_source)
|
||||||
for(i = 0; i < screen_update; i++) {
|
for(i = 0; i < screen_update; i++) {
|
||||||
#ifdef HAVE_AGC
|
#ifdef HAVE_AGC
|
||||||
if ((global_settings.rec_source == AUDIO_SRC_MIC)
|
if ((global_settings.rec_source == AUDIO_SRC_MIC)
|
||||||
|| (global_settings.rec_source == AUDIO_SRC_LINEIN))
|
|| (global_settings.rec_source == AUDIO_SRC_LINEIN)
|
||||||
|
|| (global_settings.rec_source == AUDIO_SRC_FMRADIO))
|
||||||
screens[i].puts(0, filename_offset[i] + PM_HEIGHT + line[i] + 1, buf);
|
screens[i].puts(0, filename_offset[i] + PM_HEIGHT + line[i] + 1, buf);
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue