1
0
Fork 0
forked from len0rd/rockbox

New method of persisting the settings, using a central table. This saves lots of spaghetti code and saves ~6kB in .ajz size.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4772 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jörg Hohensohn 2004-06-18 20:41:59 +00:00
parent 87d064d9d1
commit 44171b99b6
2 changed files with 736 additions and 1061 deletions

File diff suppressed because it is too large Load diff

View file

@ -266,13 +266,6 @@ extern char rec_base_directory[];
#define DEFAULT_CONTRAST_SETTING 38
#endif
#define MIN_CONTRAST_SETTING 5
#define DEFAULT_INVERT_SETTING false
#define DEFAULT_INVERT_CURSOR_SETTING false
#define DEFAULT_POWEROFF_SETTING 10
#define DEFAULT_BACKLIGHT_TIMEOUT_SETTING 5
#define DEFAULT_BACKLIGHT_ON_WHEN_CHARGING_SETTING 0
#define DEFAULT_FF_REWIND_MIN_STEP FF_REWIND_1000
#define DEFAULT_FF_REWIND_ACCEL_SETTING 3
/* repeat mode options */
enum { REPEAT_OFF, REPEAT_ALL, REPEAT_ONE, NUM_REPEAT_MODES };