summaryrefslogtreecommitdiff
path: root/apps/misc.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2018-12-15 19:15:28 -0500
committerSolomon Peachy <pizza@shaftnet.org>2019-01-31 15:25:35 +0100
commit39b64f7d4d29a31da3c4b376f4663c77468ca5b2 (patch)
tree2939e29e2f807d2980ba8e82bcb7a66653c32c85 /apps/misc.h
parentf7a2c72042cc40b641a2867f0fdff61ac7e3c56f (diff)
downloadrockbox-39b64f7d4d29a31da3c4b376f4663c77468ca5b2.tar.gz
rockbox-39b64f7d4d29a31da3c4b376f4663c77468ca5b2.zip
FS#10311 -- Add beep when navigating to beginning or end of list.
Originally by Stephane Doyon. Updated by Alex Wallis, Igor Poretsky, and myself. Change-Id: I996f18043bd3377d5aeaf65f4290250ea2a6832b
Diffstat (limited to 'apps/misc.h')
-rw-r--r--apps/misc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/misc.h b/apps/misc.h
index 25e9d17b9c..8d72e79a3d 100644
--- a/apps/misc.h
+++ b/apps/misc.h
@@ -190,6 +190,8 @@ enum system_sound
190 SOUND_KEYCLICK = 0, 190 SOUND_KEYCLICK = 0,
191 SOUND_TRACK_SKIP, 191 SOUND_TRACK_SKIP,
192 SOUND_TRACK_NO_MORE, 192 SOUND_TRACK_NO_MORE,
193 SOUND_LIST_EDGE_BEEP_WRAP,
194 SOUND_LIST_EDGE_BEEP_NOWRAP,
193}; 195};
194 196
195/* Play a standard sound */ 197/* Play a standard sound */