From 7b9edd6090336c0133ed76469d0972008b74d068 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 29 Jan 2003 17:34:28 +0000 Subject: bring back the functionality with the conditional update on remove cursor in the sim git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3192 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/lcd-player.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'firmware/drivers/lcd-player.c') diff --git a/firmware/drivers/lcd-player.c b/firmware/drivers/lcd-player.c index 738816c4dc..c5915af9fa 100644 --- a/firmware/drivers/lcd-player.c +++ b/firmware/drivers/lcd-player.c @@ -343,7 +343,8 @@ void lcd_remove_cursor(void) cursor.len=0; up = lcdx_putc(cursor.x_pos, cursor.y_pos, cursor.text[0]); #ifdef SIMULATOR - lcd_update(); + if(up) + lcd_update(); #endif } } -- cgit v1.2.3