diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-01-18 11:09:06 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-01-18 11:09:06 +0000 |
commit | cedba8830fd015e9a61b7a772927fefe565f7b41 (patch) | |
tree | e33e1b1ff14904098534a7e78d71ba672fcb78e0 /uisimulator | |
parent | 205be712fe6ad03f194216bc0f936f1b5917eafd (diff) | |
download | rockbox-cedba8830fd015e9a61b7a772927fefe565f7b41.tar.gz rockbox-cedba8830fd015e9a61b7a772927fefe565f7b41.zip |
Matt v.d. Westhuizen's iAudio X5 keypad adjustments
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8366 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
-rw-r--r-- | uisimulator/sdl/screenhack.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/uisimulator/sdl/screenhack.c b/uisimulator/sdl/screenhack.c index c77cb575e4..ad138c282e 100644 --- a/uisimulator/sdl/screenhack.c +++ b/uisimulator/sdl/screenhack.c | |||
@@ -114,6 +114,10 @@ | |||
114 | #define KEYBOARD_SPECIFIC \ | 114 | #define KEYBOARD_SPECIFIC \ |
115 | "[not written yet]" | 115 | "[not written yet]" |
116 | 116 | ||
117 | #elif (CONFIG_KEYPAD == IAUDIO_X5_PAD) | ||
118 | #define KEYBOARD_SPECIFIC \ | ||
119 | "[not written yet]" | ||
120 | |||
117 | #endif | 121 | #endif |
118 | 122 | ||
119 | 123 | ||