diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2010-12-27 22:08:34 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2010-12-27 22:08:34 +0000 |
| commit | 3c43503283f5322999bb52f28762d88a0413885e (patch) | |
| tree | 8961c9a2e4554bfa1a3d864e11300d7856e71a3c /apps/plugins | |
| parent | 0bf1bd1d51750bf9eb0b3e149452dc1c3a89166c (diff) | |
| download | rockbox-3c43503283f5322999bb52f28762d88a0413885e.zip rockbox-3c43503283f5322999bb52f28762d88a0413885e.tar.gz rockbox-3c43503283f5322999bb52f28762d88a0413885e.tar.bz2 rockbox-3c43503283f5322999bb52f28762d88a0413885e.tar.xz | |
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
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/test_fps.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |