summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-04-11 01:52:53 +0000
committerThomas Martitz <kugel@rockbox.org>2009-04-11 01:52:53 +0000
commit9f19f33c418aa2703c3c83f0f7ba72a76d21d0c0 (patch)
treec3da680e421e8db65f53bf299654b491b0cccae2
parent464e6a140598743ade31105fe78c22b8480a4761 (diff)
downloadrockbox-9f19f33c418aa2703c3c83f0f7ba72a76d21d0c0.tar.gz
rockbox-9f19f33c418aa2703c3c83f0f7ba72a76d21d0c0.zip
Revert unrelated changes :/
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20683 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/SOURCES1
-rw-r--r--apps/plugins/test_fps.c9
2 files changed, 1 insertions, 9 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 9317ab6657..d9ed9ac24f 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -1,5 +1,4 @@
1/* plugins common to all models */ 1/* plugins common to all models */
2test_fps.c
3chessclock.c 2chessclock.c
4credits.c 3credits.c
5cube.c 4cube.c
diff --git a/apps/plugins/test_fps.c b/apps/plugins/test_fps.c
index f7027ffd8d..c688a54de0 100644
--- a/apps/plugins/test_fps.c
+++ b/apps/plugins/test_fps.c
@@ -349,19 +349,12 @@ enum plugin_status plugin_start(const void* parameter)
349#endif 349#endif
350 backlight_force_on(); /* backlight control in lib/helper.c */ 350 backlight_force_on(); /* backlight control in lib/helper.c */
351 351
352 rb->cpu_boost(false); 352 log_text("Main LCD Update");
353 log_text("Main LCD Update unboosted");
354 time_main_update(); 353 time_main_update();
355 rb->cpu_boost(true);
356 log_text("Main LCD Update boosted");
357 time_main_update();
358 rb->cpu_boost(false);
359/*
360#ifdef HAVE_LCD_COLOR 354#ifdef HAVE_LCD_COLOR
361 log_text("Main LCD YUV"); 355 log_text("Main LCD YUV");
362 time_main_yuv(); 356 time_main_yuv();
363#endif 357#endif
364*/
365#if LCD_DEPTH < 4 358#if LCD_DEPTH < 4
366 log_text("Greyscale library"); 359 log_text("Greyscale library");
367 time_greyscale(); 360 time_greyscale();