Added lcd_update() to player lcd_puts()

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@619 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-05-17 14:38:08 +00:00
parent 37a7c25caa
commit 256d24a775

View file

@ -121,5 +121,6 @@ void lcd_puts(int x, int y, char *string)
buffer[11]=0; buffer[11]=0;
sim_lcd_puts(x, y, buffer, 0); sim_lcd_puts(x, y, buffer, 0);
lcd_update();
} }
#endif #endif