summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2006-09-05 00:23:06 +0000
committerBarry Wardell <rockbox@barrywardell.net>2006-09-05 00:23:06 +0000
commitd939663ee9c7406ca5fc7f8795ef4815c5b46703 (patch)
tree03409a3b138986eb2a8ea41ba2aec7fd0487a135 /apps
parent9b1dd444b005c9f99318c7a31c9f81a846d5e5af (diff)
downloadrockbox-d939663ee9c7406ca5fc7f8795ef4815c5b46703.tar.gz
rockbox-d939663ee9c7406ca5fc7f8795ef4815c5b46703.zip
Fix not being able to exit Doom on the H10.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10887 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/doom/i_video.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/plugins/doom/i_video.c b/apps/plugins/doom/i_video.c
index a897166b22..1fd56a335f 100644
--- a/apps/plugins/doom/i_video.c
+++ b/apps/plugins/doom/i_video.c
@@ -16,7 +16,10 @@
16 * GNU General Public License for more details. 16 * GNU General Public License for more details.
17 * 17 *
18 * $Log$ 18 * $Log$
19 * Revision 1.23 2006/08/10 18:34:43 amiconn 19 * Revision 1.24 2006/09/05 00:23:06 barrywardell
20 * Fix not being able to exit Doom on the H10.
21 *
22 * Revision 1.23 2006-08-10 18:34:43 amiconn
20 * Correct calculation of necessary buffer size to give maximum number of shades on iPod Mini. 23 * Correct calculation of necessary buffer size to give maximum number of shades on iPod Mini.
21 * 24 *
22 * Revision 1.22 2006-08-07 02:44:18 amiconn 25 * Revision 1.22 2006-08-07 02:44:18 amiconn
@@ -166,7 +169,7 @@ void I_ShutdownGraphics(void)
166#define DOOMBUTTON_SHOOT BUTTON_REW 169#define DOOMBUTTON_SHOOT BUTTON_REW
167#define DOOMBUTTON_OPEN BUTTON_PLAY 170#define DOOMBUTTON_OPEN BUTTON_PLAY
168#define DOOMBUTTON_ESC BUTTON_POWER 171#define DOOMBUTTON_ESC BUTTON_POWER
169#define DOOMBUTTON_ENTER BUTTON_PLAY 172#define DOOMBUTTON_ENTER BUTTON_REW
170#define DOOMBUTTON_WEAPON BUTTON_FF 173#define DOOMBUTTON_WEAPON BUTTON_FF
171#else 174#else
172#define DOOMBUTTON_UP BUTTON_UP 175#define DOOMBUTTON_UP BUTTON_UP