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/sdl | |
parent | 205be712fe6ad03f194216bc0f936f1b5917eafd (diff) |
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/sdl')
-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 @@ #define KEYBOARD_SPECIFIC \ "[not written yet]" +#elif (CONFIG_KEYPAD == IAUDIO_X5_PAD) +#define KEYBOARD_SPECIFIC \ + "[not written yet]" + #endif |