forked from len0rd/rockbox
Rearrange and cleanup settings code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13851 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
50dc0cabe3
commit
a5278fa3db
12 changed files with 691 additions and 626 deletions
|
@ -32,6 +32,7 @@
|
|||
#include "powermgmt.h"
|
||||
#include "splash.h"
|
||||
#include "logf.h"
|
||||
#include "option_select.h"
|
||||
|
||||
#if CONFIG_CHARGING
|
||||
#include "power.h"
|
||||
|
@ -318,7 +319,6 @@ static const struct plugin_api rockbox_api = {
|
|||
sound_default,
|
||||
#endif
|
||||
sound_set,
|
||||
set_sound,
|
||||
|
||||
sound_min,
|
||||
sound_max,
|
||||
|
@ -405,6 +405,8 @@ static const struct plugin_api rockbox_api = {
|
|||
&statusbars,
|
||||
gui_syncstatusbar_draw,
|
||||
/* options */
|
||||
find_setting,
|
||||
option_screen,
|
||||
set_option,
|
||||
set_bool_options,
|
||||
set_int,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue