From 5e5bfabf6731758302a8ec15dc4f93109bf91d84 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 16 Aug 2006 13:25:45 +0000 Subject: * fixed the pitch screen key mappings for all targets, targets require a mapping to access the screen from the wps git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10611 a1c6a512-1295-4272-9138-f99709370657 --- apps/onplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/onplay.c') diff --git a/apps/onplay.c b/apps/onplay.c index 231e658ed9..106c433d60 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -961,7 +961,7 @@ int onplay(char* file, int attr, int from) } if (context == CONTEXT_WPS) { -#if (CONFIG_KEYPAD != PLAYER_PAD) +#ifdef HAVE_PITCHSCREEN /* Pitch screen access */ items[i].desc = ID2P(LANG_PITCH); items[i].function = pitch_screen; -- cgit v1.2.3