forked from len0rd/rockbox
moved sounds settings to settings.h, config.h is only for including the
correct sub-config.h filea git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1086 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
258919cc55
commit
6cd60cc3e3
3 changed files with 14 additions and 13 deletions
|
|
@ -30,17 +30,4 @@
|
|||
/* no known platform */
|
||||
#endif
|
||||
|
||||
/* system defines */
|
||||
|
||||
#define DEFAULT_VOLUME_SETTING 70
|
||||
#define DEFAULT_BALANCE_SETTING 50
|
||||
#define DEFAULT_BASS_SETTING 50
|
||||
#define DEFAULT_TREBLE_SETTING 50
|
||||
#define DEFAULT_LOUDNESS_SETTING 0
|
||||
#define DEFAULT_BASS_BOOST_SETTING 0
|
||||
#define DEFAULT_CONTRAST_SETTING 0
|
||||
#define DEFAULT_POWEROFF_SETTING 0
|
||||
#define DEFAULT_BACKLIGHT_SETTING 1
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue