summaryrefslogtreecommitdiff
path: root/apps/plugins/pong.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-02-04 12:41:09 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-02-04 12:41:09 +0000
commit6700ad8f206d0beba92e22680504ae6ba2b7d74c (patch)
tree1eba76a3a966d2a38e1819157917918b7721ff0b /apps/plugins/pong.c
parent3fcfdffe88025a943f9c72f7b86363dc08edaecd (diff)
downloadrockbox-6700ad8f206d0beba92e22680504ae6ba2b7d74c.tar.gz
rockbox-6700ad8f206d0beba92e22680504ae6ba2b7d74c.zip
adapted to build on iRiver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5784 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/pong.c')
-rw-r--r--apps/plugins/pong.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/pong.c b/apps/plugins/pong.c
index c7547d6de4..d98becf06a 100644
--- a/apps/plugins/pong.c
+++ b/apps/plugins/pong.c
@@ -48,6 +48,13 @@
48#define PONG_RIGHT_UP BUTTON_UP 48#define PONG_RIGHT_UP BUTTON_UP
49#define PONG_RIGHT_DOWN BUTTON_DOWN 49#define PONG_RIGHT_DOWN BUTTON_DOWN
50 50
51#elif CONFIG_KEYPAD == IRIVER_H100_PAD
52#define PONG_QUIT BUTTON_OFF
53#define PONG_LEFT_UP BUTTON_UP
54#define PONG_LEFT_DOWN BUTTON_DOWN
55#define PONG_RIGHT_UP BUTTON_ON
56#define PONG_RIGHT_DOWN BUTTON_MODE
57
51#endif 58#endif
52 59
53static struct plugin_api* rb; 60static struct plugin_api* rb;