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
|
@ -44,8 +44,8 @@ struct tidy_type {
|
|||
int tidy_type_count;
|
||||
bool tidy_loaded_and_changed = false;
|
||||
|
||||
#define DEFAULT_FILES PLUGIN_APPS_DIR "/disktidy.config"
|
||||
#define CUSTOM_FILES PLUGIN_APPS_DIR "/disktidy_custom.config"
|
||||
#define DEFAULT_FILES PLUGIN_APPS_DATA_DIR "/disktidy.config"
|
||||
#define CUSTOM_FILES PLUGIN_APPS_DATA_DIR "/disktidy_custom.config"
|
||||
|
||||
void add_item(const char* name, int index)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue