summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-08-07 01:57:29 +0000
committerJens Arnold <amiconn@rockbox.org>2006-08-07 01:57:29 +0000
commite6ff242184c98237624217fbfc9a303405922bcd (patch)
treeb34eb429e9483d66d85063c83f301aedef90cf18 /apps/plugins
parentc214e7bb0c3e97d22ecedb1c62f193e19a1d4818 (diff)
downloadrockbox-e6ff242184c98237624217fbfc9a303405922bcd.tar.gz
rockbox-e6ff242184c98237624217fbfc9a303405922bcd.zip
Fix red iPod g3 build.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10469 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-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