diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-12 13:28:44 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-12 13:28:44 +0000 |
| commit | 3e92dbecc820d6ba4e31b6a4a766ed27c6e7b64b (patch) | |
| tree | 3fda8523fd02e1e87dab69c78b63d100ef8f7a51 /apps/settings.h | |
| parent | 7c0cdf19188081dba006d2df0334cf75ca0a471e (diff) | |
| download | rockbox-3e92dbecc820d6ba4e31b6a4a766ed27c6e7b64b.zip rockbox-3e92dbecc820d6ba4e31b6a4a766ed27c6e7b64b.tar.gz rockbox-3e92dbecc820d6ba4e31b6a4a766ed27c6e7b64b.tar.bz2 rockbox-3e92dbecc820d6ba4e31b6a4a766ed27c6e7b64b.tar.xz | |
The FM radio screen now remembers the last used frequency
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4865 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
| -rw-r--r-- | apps/settings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h index b7b0864..0ca0e7d 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -195,6 +195,8 @@ struct user_settings bool fm_force_mono; /* Forces Mono mode if true */ bool fm_full_range; /* Enables full 10MHz-160MHz range if true, else only 88MHz-108MHz */ + int last_frequency; /* Last frequency for resuming, in FREQ_STEP units, + relative to MIN_FREQ */ #endif int max_files_in_dir; /* Max entries in directory (file browser) */ |