forked from len0rd/rockbox
Ooops, forgot to remove the line selector for the iriver target build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7425 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7731945238
commit
dffcd15608
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ bool pcm_rec_screen(void)
|
||||||
|
|
||||||
lcd_setfont(FONT_SYSFIXED);
|
lcd_setfont(FONT_SYSFIXED);
|
||||||
lcd_getstringsize("M", &w, &h);
|
lcd_getstringsize("M", &w, &h);
|
||||||
lcd_setmargins(global_settings.invert_cursor ? 0 : w, 8);
|
lcd_setmargins(0, 8);
|
||||||
|
|
||||||
play_vol = 120;
|
play_vol = 120;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue