1
0
Fork 0
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:
Jonathan Gordon 2008-10-26 11:44:21 +00:00
parent 34535494a7
commit 9e2807fc66
7 changed files with 163 additions and 2 deletions

View file

@ -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)