summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2009-07-11 16:46:19 +0000
committerAlexander Levin <al.le@rockbox.org>2009-07-11 16:46:19 +0000
commitcc7c665d9b5e6d801f248799dabe05e3729bb1c8 (patch)
tree3c82c6774acc78e814bad736496c693877295866 /apps/settings.h
parent17ac0d7ff9604664a1894fd49883e44291f06451 (diff)
Improvements to the pitch screen UI (FS#10359 by David Johnston)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21781 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 93a998ea1c..8cf9bcffdf 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -739,6 +739,11 @@ struct user_settings
struct touchscreen_parameter ts_calibration_data;
#endif
+ /* pitch screen settings */
+ bool pitch_mode_semitone;
+#if CONFIG_CODEC == SWCODEC
+ bool pitch_mode_timestretch;
+#endif
/* If values are just added to the end, no need to bump plugin API
version. */
/* new stuff to be added at the end */