From d939663ee9c7406ca5fc7f8795ef4815c5b46703 Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Tue, 5 Sep 2006 00:23:06 +0000 Subject: 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 --- apps/plugins/doom/i_video.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'apps') 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 @@ * GNU General Public License for more details. * * $Log$ - * Revision 1.23 2006/08/10 18:34:43 amiconn + * Revision 1.24 2006/09/05 00:23:06 barrywardell + * Fix not being able to exit Doom on the H10. + * + * Revision 1.23 2006-08-10 18:34:43 amiconn * Correct calculation of necessary buffer size to give maximum number of shades on iPod Mini. * * Revision 1.22 2006-08-07 02:44:18 amiconn @@ -166,7 +169,7 @@ void I_ShutdownGraphics(void) #define DOOMBUTTON_SHOOT BUTTON_REW #define DOOMBUTTON_OPEN BUTTON_PLAY #define DOOMBUTTON_ESC BUTTON_POWER -#define DOOMBUTTON_ENTER BUTTON_PLAY +#define DOOMBUTTON_ENTER BUTTON_REW #define DOOMBUTTON_WEAPON BUTTON_FF #else #define DOOMBUTTON_UP BUTTON_UP -- cgit v1.2.3