Revert unrelated changes :/

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20683 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-04-11 01:52:53 +00:00
parent 464e6a1405
commit 9f19f33c41
2 changed files with 1 additions and 9 deletions

View file

@ -1,5 +1,4 @@
/* plugins common to all models */ /* plugins common to all models */
test_fps.c
chessclock.c chessclock.c
credits.c credits.c
cube.c cube.c

View file

@ -349,19 +349,12 @@ enum plugin_status plugin_start(const void* parameter)
#endif #endif
backlight_force_on(); /* backlight control in lib/helper.c */ backlight_force_on(); /* backlight control in lib/helper.c */
rb->cpu_boost(false); log_text("Main LCD Update");
log_text("Main LCD Update unboosted");
time_main_update(); time_main_update();
rb->cpu_boost(true);
log_text("Main LCD Update boosted");
time_main_update();
rb->cpu_boost(false);
/*
#ifdef HAVE_LCD_COLOR #ifdef HAVE_LCD_COLOR
log_text("Main LCD YUV"); log_text("Main LCD YUV");
time_main_yuv(); time_main_yuv();
#endif #endif
*/
#if LCD_DEPTH < 4 #if LCD_DEPTH < 4
log_text("Greyscale library"); log_text("Greyscale library");
time_greyscale(); time_greyscale();