diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2008-05-02 00:38:11 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2008-05-02 00:38:11 +0000 |
| commit | a74d15025e24593962b9d02ee8dc67d497f8e42e (patch) | |
| tree | 1ef1cc8c0a131c3848029c83d767271599b0fd32 /apps/plugins/pacbox | |
| parent | 05423386d4c5cb185c21f4bb1014618c6f66e6d4 (diff) | |
| download | rockbox-a74d15025e24593962b9d02ee8dc67d497f8e42e.zip rockbox-a74d15025e24593962b9d02ee8dc67d497f8e42e.tar.gz rockbox-a74d15025e24593962b9d02ee8dc67d497f8e42e.tar.bz2 rockbox-a74d15025e24593962b9d02ee8dc67d497f8e42e.tar.xz | |
Build the remaining plugins for Gigabeat S and straigten out the fake IRAM in the codecs and plugins.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17303 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/pacbox')
| -rw-r--r-- | apps/plugins/pacbox/pacbox.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h index 8350e4e..55ae5b8 100644 --- a/apps/plugins/pacbox/pacbox.h +++ b/apps/plugins/pacbox/pacbox.h @@ -76,6 +76,17 @@ #define PACMAN_COIN BUTTON_A #define PACMAN_MENU BUTTON_MENU +#elif CONFIG_KEYPAD == GIGABEAT_S_PAD + +#define PACMAN_UP BUTTON_UP +#define PACMAN_DOWN BUTTON_DOWN +#define PACMAN_LEFT BUTTON_LEFT +#define PACMAN_RIGHT BUTTON_RIGHT +#define PACMAN_1UP BUTTON_SELECT +#define PACMAN_2UP BUTTON_POWER +#define PACMAN_COIN BUTTON_PLAY +#define PACMAN_MENU BUTTON_MENU + #elif CONFIG_KEYPAD == IAUDIO_X5M5_PAD #define PACMAN_UP BUTTON_RIGHT |