summaryrefslogtreecommitdiff
path: root/apps/plugins/doom
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom')
-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 abab755d6c..36d2e06a5a 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.20 2006/08/07 01:46:41 amiconn 19 * Revision 1.21 2006/08/07 01:57:29 amiconn
20 * Fix red iPod g3 build.
21 *
22 * Revision 1.20 2006-08-07 01:46:41 amiconn
20 * Grayscale library ported to the grayscale iPods, first version. Added C reference versions of gray_update_rect() for both horizontal and vertical pixel packing. gray_update_rect() and gray_ub_gray_bitmap_part() not yet assembler optimised. Grayscale screendump doesn't work yet. * Fixed button assignments for iPod in grayscale.c 23 * Grayscale library ported to the grayscale iPods, first version. Added C reference versions of gray_update_rect() for both horizontal and vertical pixel packing. gray_update_rect() and gray_ub_gray_bitmap_part() not yet assembler optimised. Grayscale screendump doesn't work yet. * Fixed button assignments for iPod in grayscale.c
21 * 24 *
22 * Revision 1.19 2006-08-03 20:17:22 bagder 25 * Revision 1.19 2006-08-03 20:17:22 bagder
@@ -126,7 +129,7 @@ void I_ShutdownGraphics(void)
126// I_StartTic 129// I_StartTic
127// 130//
128 131
129#if CONFIG_KEYPAD == IPOD_4G_PAD 132#if (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_3G_PAD)
130//#define DOOMBUTTON_SCROLLWHEEL 133//#define DOOMBUTTON_SCROLLWHEEL
131#define DOOMBUTTON_UP BUTTON_MENU 134#define DOOMBUTTON_UP BUTTON_MENU
132#define DOOMBUTTON_WEAPON BUTTON_SELECT 135#define DOOMBUTTON_WEAPON BUTTON_SELECT