forked from len0rd/rockbox
The config sector number is now calculated from the lowest partition start sector. Needed for disks with sectors_per_track < 63, e.g. flash cards.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5124 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
90cbd3b06d
commit
c12e87d881
3 changed files with 39 additions and 6 deletions
|
|
@ -281,6 +281,7 @@ struct opt_items {
|
|||
|
||||
/* prototypes */
|
||||
|
||||
void settings_calc_config_sector(void);
|
||||
int settings_save(void);
|
||||
void settings_load(int which);
|
||||
void settings_reset(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue