aboutsummaryrefslogtreecommitdiff
path: root/Source/Makefile
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2017-06-08 07:23:25 +0200
committerXaviDCR92 <xavi.dcr@gmail.com>2017-06-08 07:23:25 +0200
commit022c72fe369da0045f9ca7dd4b8d4d7dd169c87c (patch)
tree35f4916e57925c35aadcebbd0a37701bc55ed45f /Source/Makefile
parentfaf31975556ceb5be674eb89b0ec5b2d2836e42a (diff)
downloadairport-022c72fe369da0045f9ca7dd4b8d4d7dd169c87c.tar.gz
* (Bugfix) MemCard: MEMCARD_MAXIMUM_SECTOR changed from 512 (8 << MEMCARD_SECTORS_PER_BLOCK_BITSHIFT) to 1024 (16 << MEMCARD_SECTORS_PER_BLOCK_BITSHIFT).
* DrawEnv and DispEnv buffers are no longer swapped using DMA commands, but GPIO. This ensures stability under real hw. TODO: how to fix in 2-player mode? * Provisionally removed semi-transparency for aircraft shadow sprite.
Diffstat (limited to 'Source/Makefile')
-rw-r--r--Source/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Makefile b/Source/Makefile
index befbc21..304df53 100644
--- a/Source/Makefile
+++ b/Source/Makefile
@@ -2,7 +2,7 @@ CC = psx-gcc
DEFINE= -DFIXMATH_FAST_SIN -D_PAL_MODE_
DEFINE += -DPSXSDK_DEBUG
DEFINE += -DNO_CDDA
-DEFINE += -DNO_INTRO
+#DEFINE += -DNO_INTRO
LIBS= -lfixmath
CC_FLAGS = -Wall -Werror -c -Os
LINKER = psx-gcc