diff options
author | Dan Everton <dan@iocaine.org> | 2006-02-07 14:07:46 +0000 |
---|---|---|
committer | Dan Everton <dan@iocaine.org> | 2006-02-07 14:07:46 +0000 |
commit | 88abdd97b25eb458466a84f614a518b7173265a8 (patch) | |
tree | 4a70e3d0d829125e458c80fb21ccf82c77733e36 /apps/SOURCES | |
parent | 27f69db40494ca63887fce941dfe02dbd5f24d5b (diff) |
Add Equalizer configuration to Sound Settings menu.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8606 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/SOURCES')
-rw-r--r-- | apps/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/SOURCES b/apps/SOURCES index 35f78c455e..ef65789588 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -78,4 +78,5 @@ eq_cf.S #elif defined(CPU_ARM) && !defined(SIMULATOR) eq_arm.S #endif +eq_menu.c #endif |