From 3c43503283f5322999bb52f28762d88a0413885e Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Mon, 27 Dec 2010 22:08:34 +0000 Subject: 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 --- apps/plugins/test_fps.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins/test_fps.c') diff --git a/apps/plugins/test_fps.c b/apps/plugins/test_fps.c index 24c0700..295c172 100644 --- a/apps/plugins/test_fps.c +++ b/apps/plugins/test_fps.c @@ -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 -- cgit v1.1