diff options
author | Brandon Low <lostlogic@rockbox.org> | 2006-01-21 23:43:57 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@rockbox.org> | 2006-01-21 23:43:57 +0000 |
commit | 8d5a6609a33f3269bc80975b81e0e859a056d952 (patch) | |
tree | 9bef78c29941956fc6473f58e1657624c150f2d5 /apps/settings_menu.c | |
parent | 0a9179cb0a4bda8191fcfcb45404ea361fcacdc5 (diff) |
AB-repeat mode for software codecs. Accessible through menu as a repeat mode, with buttom mappings much like those on other rockbox targets for now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8409 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings_menu.c')
-rw-r--r-- | apps/settings_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings_menu.c b/apps/settings_menu.c index 5338be34a3..35b4d8772d 100644 --- a/apps/settings_menu.c +++ b/apps/settings_menu.c @@ -580,7 +580,7 @@ static bool repeat_mode(void) { STR(LANG_REPEAT_ALL) }, { STR(LANG_REPEAT_ONE) }, { STR(LANG_SHUFFLE) }, -#ifdef AB_REPEAT_ENABLE +#if (AB_REPEAT_ENABLE == 1) { STR(LANG_REPEAT_AB) } #endif }; |