From 9e2807fc666a58aa90c0ff627efff3a97419dda3 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 26 Oct 2008 11:44:21 +0000 Subject: 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 --- apps/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.c') 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) -- cgit v1.1