diff options
author | Michael Chicoine <mc2739@gmail.com> | 2010-01-06 14:48:42 +0000 |
---|---|---|
committer | Michael Chicoine <mc2739@gmail.com> | 2010-01-06 14:48:42 +0000 |
commit | 8e8e2627b27b28a855881db09f2c16bfb2193050 (patch) | |
tree | 9fd69d8f4a4030dc320cd2a625bf456b5f8fb862 /apps/gui/wps.h | |
parent | f011fe2b5dfb21f6ec06c46eb979f3166a700e54 (diff) |
FS#10856 - Skip to previous track inconsistent when using cuesheet
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24191 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/wps.h')
-rw-r--r-- | apps/gui/wps.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/gui/wps.h b/apps/gui/wps.h index 76932a323a..0aa496748b 100644 --- a/apps/gui/wps.h +++ b/apps/gui/wps.h @@ -43,4 +43,7 @@ bool is_wps_fading(void); int wps_get_ff_rewind_count(void); #endif /* IPOD_ACCESSORY_PROTOCOL */ +/* in milliseconds */ +#define DEFAULT_SKIP_TRESH 3000l + #endif /* _WPS_H_ */ |