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.zip rockbox-cedba8830fd015e9a61b7a772927fefe565f7b41.tar.gz rockbox-cedba8830fd015e9a61b7a772927fefe565f7b41.tar.bz2 rockbox-cedba8830fd015e9a61b7a772927fefe565f7b41.tar.xz | |
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 c77cb57..ad138c2 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 |