diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-08-31 21:11:32 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-08-31 21:11:32 +0000 |
| commit | 9680244f4a4b8625922867dd27d3cc59d0356c7a (patch) | |
| tree | cc5336055c4f83ca2af5143ea12ed0abf602c4b1 /apps/plugins/reversi | |
| parent | a56199c49e3b22bdde97a7ff5b058ffd761c4a65 (diff) | |
| download | rockbox-9680244f4a4b8625922867dd27d3cc59d0356c7a.zip rockbox-9680244f4a4b8625922867dd27d3cc59d0356c7a.tar.gz rockbox-9680244f4a4b8625922867dd27d3cc59d0356c7a.tar.bz2 rockbox-9680244f4a4b8625922867dd27d3cc59d0356c7a.tar.xz | |
* Fix plugin keymaps for VX777
* Enable plugins for VX777
* Fix VX777 simulator
All done by Aaron DeMille.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22576 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/reversi')
| -rw-r--r-- | apps/plugins/reversi/reversi-gui.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/reversi/reversi-gui.h b/apps/plugins/reversi/reversi-gui.h index ffb6b53..97b85b4 100644 --- a/apps/plugins/reversi/reversi-gui.h +++ b/apps/plugins/reversi/reversi-gui.h @@ -186,6 +186,9 @@ #define REVERSI_BUTTON_QUIT BUTTON_POWER #define REVERSI_BUTTON_MENU BUTTON_MENU +#elif CONFIG_KEYPAD == ONDAVX777_PAD +#define REVERSI_BUTTON_QUIT BUTTON_POWER + #elif CONFIG_KEYPAD == SAMSUNG_YH_PAD #define REVERSI_BUTTON_QUIT BUTTON_REC #define REVERSI_BUTTON_UP BUTTON_UP |