From 2bfcb95fea318192e62275b8a8e4c21513dbf313 Mon Sep 17 00:00:00 2001 From: Marc Guay Date: Mon, 7 Jul 2008 05:17:15 +0000 Subject: Clean up the A-B repeat keymaps and add a note to gwps.c describing the ACTION_WPSAB_SINGLE #define. The Archos Player keypresses remain at large - if you have any info on their whereabouts please contact your local law enforcement. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17974 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/gwps.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/gui') diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c index a7c5295f48..c654b3b757 100644 --- a/apps/gui/gwps.c +++ b/apps/gui/gwps.c @@ -238,6 +238,8 @@ long gui_wps_show(void) from F1 */ if (!audio_status()) exit = true; +/* The iPods/X5/M5 use a single button for the A-B mode markers, + defined as ACTION_WPSAB_SINGLE in their config files. */ #ifdef ACTION_WPSAB_SINGLE if (!global_settings.party_mode && ab_repeat_mode_enabled()) { -- cgit v1.2.3