forked from len0rd/rockbox
save clock plugin settings in correct directory
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16688 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a6430d3ebd
commit
4071826c81
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ struct clock_settings{
|
|||
extern struct clock_settings clock_settings;
|
||||
|
||||
/* settings are saved to this location */
|
||||
#define settings_filename PLUGIN_GAMES_DIR "/.clock_settings"
|
||||
#define settings_filename PLUGIN_APPS_DIR "/.clock_settings"
|
||||
|
||||
void clock_settings_skin_next(struct clock_settings* settings);
|
||||
void clock_settings_skin_previous(struct clock_settings* settings);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue