1
0
Fork 0
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:
Linus Nielsen Feltzing 2005-08-30 11:45:56 +00:00
parent 7731945238
commit dffcd15608

View file

@ -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;