forked from len0rd/rockbox
Add a simple plugin (apps/settings_dumper.rock) which dumps the valid values of all the config settings to /settings_dumper.txt. If you notice any settings its not dumping please let me know.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18882 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
34535494a7
commit
9e2807fc66
7 changed files with 163 additions and 2 deletions
|
|
@ -89,6 +89,7 @@ void* plugin_get_buffer(size_t *buffer_size);
|
|||
#include "tagcache.h"
|
||||
#include "viewport.h"
|
||||
#include "ata_idle_notify.h"
|
||||
#include "settings_list.h"
|
||||
|
||||
#ifdef HAVE_ALBUMART
|
||||
#include "albumart.h"
|
||||
|
|
@ -774,6 +775,7 @@ struct plugin_api {
|
|||
const char *appsversion;
|
||||
/* new stuff at the end, sort into place next time
|
||||
the API gets incompatible */
|
||||
const struct settings_list* (*get_settings_list)(int*count);
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue