forked from len0rd/rockbox
Forgot to set the gain when entering the recording screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2842 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5afd4aad26
commit
51fc9820c0
1 changed files with 2 additions and 0 deletions
|
|
@ -142,6 +142,8 @@ bool recording_screen(void)
|
|||
global_settings.rec_source,
|
||||
global_settings.rec_channels);
|
||||
|
||||
set_gain();
|
||||
|
||||
lcd_setfont(FONT_UI);
|
||||
lcd_getstringsize("M", &w, &h);
|
||||
lcd_setmargins(w, 8);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue