1
0
Fork 0
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:
Thomas Martitz 2010-12-27 22:08:34 +00:00
parent 0bf1bd1d51
commit 3c43503283
3 changed files with 41 additions and 9 deletions

View file

@ -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