diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2007-02-12 14:22:35 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2007-02-12 14:22:35 +0000 |
| commit | fb62831faa2612da0372eb3dcfb0c19901e321ad (patch) | |
| tree | 9fdb6817672b8a9757699c27aad2d362f39f51d9 /apps/SOURCES | |
| parent | b0810520be34bbcedeadab92e4bf63d04af03720 (diff) | |
| download | rockbox-fb62831faa2612da0372eb3dcfb0c19901e321ad.zip rockbox-fb62831faa2612da0372eb3dcfb0c19901e321ad.tar.gz rockbox-fb62831faa2612da0372eb3dcfb0c19901e321ad.tar.bz2 rockbox-fb62831faa2612da0372eb3dcfb0c19901e321ad.tar.xz | |
* Move playback menu to the new sysetm
(http://forums.rockbox.org/index.php?topic=8703.0 if I broke any of
those settings accidently).
* Add set_int_ex() which is the same as set_int() but adds a param which
is a callback that returns the voice ID to talk for the selected value
* Change the "pause on headphone unplug" to use meaningful strings in
the config instead of numbers, this setting will be reset.
* saves ~500bytes on the rec build :D
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12285 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 93f6d12..e57c882 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -13,6 +13,7 @@ main_menu.c menu.c menus/display_menu.c menus/main_menu.c +menus/playback_menu.c menus/playlist_menu.c #ifdef HAVE_RECORDING menus/recording_menu.c |