From c4d8d970f6602c80d7362a41da8851dbbf59ae1b Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Fri, 14 Feb 2003 09:44:34 +0000 Subject: The power-saving SLEEP patch by Simon Elén. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3259 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/settings.h') diff --git a/apps/settings.h b/apps/settings.h index be41ef8ec9..529797ced3 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -147,6 +147,8 @@ struct user_settings int bidir_limit; /* bidir scroll length limit */ int scroll_delay; /* delay (in 1/10s) before starting scroll */ int scroll_step; /* pixels to advance per update */ + + bool cpu_sleep; /* Use sleep instruction when idle? */ }; /* prototypes */ -- cgit v1.2.3