mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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
|
@ -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
|
||||||
|
|
|
@ -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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue