mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
[bugfix] FS#13456 - Loaded FM preset list doesn't restore after restart
the fmr file wasn't being detected on multivolume targets the global preset list couldn't be cleared once set empty global preset file wasn't detected properly either Change-Id: I9c4b40ed0b6f3dbb0d38eb668fc74a512ea34062
This commit is contained in:
parent
277c66d9d2
commit
14898bc19e
3 changed files with 23 additions and 29 deletions
|
|
@ -34,7 +34,7 @@ enum radio_scan_mode {
|
|||
};
|
||||
|
||||
#if CONFIG_TUNER
|
||||
void radio_load_presets(char *filename);
|
||||
void radio_load_presets(const char *filename);
|
||||
void radio_save_presets(void);
|
||||
void radio_init(void) INIT_ATTR;
|
||||
void radio_screen(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue