forked from len0rd/rockbox
Vastly increase speed of SDL screen updates for RGB565.
Flyspray: FS#11834 (with minor changes by me). Author: Thomas Jarosch git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28914 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0bf1bd1d51
commit
3c43503283
3 changed files with 41 additions and 9 deletions
|
@ -370,6 +370,7 @@ enum plugin_status plugin_start(const void* parameter)
|
|||
backlight_force_on(); /* backlight control in lib/helper.c */
|
||||
|
||||
time_main_update();
|
||||
rb->sleep(HZ);
|
||||
#if defined(HAVE_LCD_COLOR) && (MEMORYSIZE > 2)
|
||||
time_main_yuv();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue