1
0
Fork 0
forked from len0rd/rockbox

Fix palette generation and remote LCD update in SDL sim.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8704 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dan Everton 2006-02-16 18:54:41 +00:00
parent fa41253f04
commit aef9e85a32

View file

@ -52,6 +52,8 @@ void sim_remote_backlight(int value)
} else { } else {
sdl_set_gradient(remote_surface, &remote_color_zero, &remote_color_max, (1<<LCD_REMOTE_DEPTH)); sdl_set_gradient(remote_surface, &remote_color_zero, &remote_color_max, (1<<LCD_REMOTE_DEPTH));
} }
lcd_remote_update();
} }
/* initialise simulator lcd remote driver */ /* initialise simulator lcd remote driver */