summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 24ff9ef62a..443369b77e 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -364,7 +364,9 @@ struct user_settings
364 int keyclick; /* keyclick volume */ 364 int keyclick; /* keyclick volume */
365 int keyclick_repeats; /* keyclick on repeats */ 365 int keyclick_repeats; /* keyclick on repeats */
366 bool dithering_enabled; 366 bool dithering_enabled;
367#ifdef HAVE_PITCHSCREEN
367 bool timestretch_enabled; 368 bool timestretch_enabled;
369#endif
368#endif /* CONFIG_CODEC == SWCODEC */ 370#endif /* CONFIG_CODEC == SWCODEC */
369 371
370#ifdef HAVE_RECORDING 372#ifdef HAVE_RECORDING