diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2006-08-07 01:57:29 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2006-08-07 01:57:29 +0000 |
| commit | e6ff242184c98237624217fbfc9a303405922bcd (patch) | |
| tree | b34eb429e9483d66d85063c83f301aedef90cf18 /apps/plugins | |
| parent | c214e7bb0c3e97d22ecedb1c62f193e19a1d4818 (diff) | |
| download | rockbox-e6ff242184c98237624217fbfc9a303405922bcd.zip rockbox-e6ff242184c98237624217fbfc9a303405922bcd.tar.gz rockbox-e6ff242184c98237624217fbfc9a303405922bcd.tar.bz2 rockbox-e6ff242184c98237624217fbfc9a303405922bcd.tar.xz | |
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.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/plugins/doom/i_video.c b/apps/plugins/doom/i_video.c index abab755..36d2e06 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.20 2006/08/07 01:46:41 amiconn + * Revision 1.21 2006/08/07 01:57:29 amiconn + * Fix red iPod g3 build. + * + * Revision 1.20 2006-08-07 01:46:41 amiconn * 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 * * Revision 1.19 2006-08-03 20:17:22 bagder @@ -126,7 +129,7 @@ void I_ShutdownGraphics(void) // I_StartTic // -#if CONFIG_KEYPAD == IPOD_4G_PAD +#if (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_3G_PAD) //#define DOOMBUTTON_SCROLLWHEEL #define DOOMBUTTON_UP BUTTON_MENU #define DOOMBUTTON_WEAPON BUTTON_SELECT |