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:
parent
fa41253f04
commit
aef9e85a32
1 changed files with 2 additions and 0 deletions
|
|
@ -52,6 +52,8 @@ void sim_remote_backlight(int value)
|
|||
} else {
|
||||
sdl_set_gradient(remote_surface, &remote_color_zero, &remote_color_max, (1<<LCD_REMOTE_DEPTH));
|
||||
}
|
||||
|
||||
lcd_remote_update();
|
||||
}
|
||||
|
||||
/* initialise simulator lcd remote driver */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue