forked from len0rd/rockbox
RaaA: Fix write locations of plugins
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29506 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a25153be6b
commit
f9f89cf5cb
25 changed files with 66 additions and 36 deletions
|
|
@ -311,7 +311,7 @@ static struct tuner_settings
|
|||
/* Settings loading and saving(adapted from the clock plugin) */
|
||||
/*=================================================================*/
|
||||
|
||||
#define SETTINGS_FILENAME PLUGIN_APPS_DIR "/.pitch_detector_settings"
|
||||
#define SETTINGS_FILENAME PLUGIN_APPS_DATA_DIR "/.pitch_detector_settings"
|
||||
|
||||
/* The settings as they exist on the hard disk, so that
|
||||
* we can know at saving time if changes have been made */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue