summaryrefslogtreecommitdiff
path: root/apps/action.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-11-06 09:19:40 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-11-06 09:19:40 +0000
commit3b998400199cc5cf9b3d01c900cbf5f89c8d0002 (patch)
treeac90a46bb730f9d50a8d0282e7102b517a864d52 /apps/action.h
parentddba5fa37de5bfd0e3fbda1bccb3a49cef7c823f (diff)
downloadrockbox-3b998400199cc5cf9b3d01c900cbf5f89c8d0002.tar.gz
rockbox-3b998400199cc5cf9b3d01c900cbf5f89c8d0002.zip
Patch #6145 by Alexander Levin - Pitch adjustment in semitone steps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11442 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/action.h')
-rw-r--r--apps/action.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/action.h b/apps/action.h
index c096abf880..d3da152e35 100644
--- a/apps/action.h
+++ b/apps/action.h
@@ -187,6 +187,7 @@ enum {
187 ACTION_PS_NUDGE_RIGHT, 187 ACTION_PS_NUDGE_RIGHT,
188 ACTION_PS_NUDGE_LEFTOFF, 188 ACTION_PS_NUDGE_LEFTOFF,
189 ACTION_PS_NUDGE_RIGHTOFF, 189 ACTION_PS_NUDGE_RIGHTOFF,
190 ACTION_PS_TOGGLE_MODE,
190 ACTION_PS_RESET, 191 ACTION_PS_RESET,
191 ACTION_PS_EXIT, /* _STD_* isnt going to work here */ 192 ACTION_PS_EXIT, /* _STD_* isnt going to work here */
192 193