forked from len0rd/rockbox
Revert unrelated changes :/
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20683 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
464e6a1405
commit
9f19f33c41
2 changed files with 1 additions and 9 deletions
|
@ -349,19 +349,12 @@ enum plugin_status plugin_start(const void* parameter)
|
|||
#endif
|
||||
backlight_force_on(); /* backlight control in lib/helper.c */
|
||||
|
||||
rb->cpu_boost(false);
|
||||
log_text("Main LCD Update unboosted");
|
||||
log_text("Main LCD 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
|
||||
log_text("Main LCD YUV");
|
||||
time_main_yuv();
|
||||
#endif
|
||||
*/
|
||||
#if LCD_DEPTH < 4
|
||||
log_text("Greyscale library");
|
||||
time_greyscale();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue