diff options
| author | Marc Guay <marcguay@rockbox.org> | 2008-07-07 05:17:15 +0000 |
|---|---|---|
| committer | Marc Guay <marcguay@rockbox.org> | 2008-07-07 05:17:15 +0000 |
| commit | 2bfcb95fea318192e62275b8a8e4c21513dbf313 (patch) | |
| tree | 8ba515ac9bb3a5fe19df60b49f78ce93ac3e02c6 /apps | |
| parent | a5ed793fe1a41027dce5454716dc0dac6679b8b7 (diff) | |
| download | rockbox-2bfcb95fea318192e62275b8a8e4c21513dbf313.zip rockbox-2bfcb95fea318192e62275b8a8e4c21513dbf313.tar.gz rockbox-2bfcb95fea318192e62275b8a8e4c21513dbf313.tar.bz2 rockbox-2bfcb95fea318192e62275b8a8e4c21513dbf313.tar.xz | |
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
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/gui/gwps.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c index a7c5295..c654b3b 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()) { |