mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
fix ipod video build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12116 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
080dae9d24
commit
4d7ceb5b3c
1 changed files with 2 additions and 2 deletions
|
|
@ -602,8 +602,8 @@ const struct settings_list settings[] = {
|
|||
"230Hz,300Hz,385Hz,500Hz",UNUSED},
|
||||
{F_T_INT,GS(eq_hw_band1_bandwidth),LANG_EQUALIZER_BANDWIDTH,INT(0),
|
||||
"eq hardware band 1 bandwidth","narrow,wide",UNUSED},
|
||||
{F_T_INT,GS(eq_hw_band1_gain),INT(0),
|
||||
"eq hardware band 1 gain",LANG_EQUALIZER_BAND_GAIN,NULL,UNUSED},
|
||||
{F_T_INT,GS(eq_hw_band1_gain),LANG_EQUALIZER_BAND_GAIN,INT(0),
|
||||
"eq hardware band 1 gain",NULL,UNUSED},
|
||||
|
||||
{F_T_INT,GS(eq_hw_band2_center),LANG_EQUALIZER_BAND_CENTER,INT(1),
|
||||
"eq hardware band 2 center",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue