diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2008-10-26 11:44:21 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2008-10-26 11:44:21 +0000 |
| commit | 9e2807fc666a58aa90c0ff627efff3a97419dda3 (patch) | |
| tree | faa94666266375e1ed3ce47624df9b36fa45e6ff /apps/plugin.c | |
| parent | 34535494a7402529a465c36245ecf12f7369d91f (diff) | |
| download | rockbox-9e2807fc666a58aa90c0ff627efff3a97419dda3.zip rockbox-9e2807fc666a58aa90c0ff627efff3a97419dda3.tar.gz rockbox-9e2807fc666a58aa90c0ff627efff3a97419dda3.tar.bz2 rockbox-9e2807fc666a58aa90c0ff627efff3a97419dda3.tar.xz | |
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
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index a9c9a6c..13c8298 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -618,7 +618,7 @@ static const struct plugin_api rockbox_api = { appsversion, /* new stuff at the end, sort into place next time the API gets incompatible */ - + get_settings_list, }; int plugin_load(const char* plugin, const void* parameter) |