diff options
| author | Xavier ASUS <xavi92psx@gmail.com> | 2018-11-29 01:29:43 +0100 |
|---|---|---|
| committer | Xavier ASUS <xavi92psx@gmail.com> | 2018-11-29 01:29:43 +0100 |
| commit | 26bfe68b0964bf5cc94da480749cc580c9c99e78 (patch) | |
| tree | 843d54d6c3bc1709297929c95b778d0dfab320d4 /Source/Makefile | |
| parent | 41df9924d450f04ab2d80d5a755dcbdf8bdb8271 (diff) | |
| download | airport-26bfe68b0964bf5cc94da480749cc580c9c99e78.tar.gz | |
Blue background dimensions are now limited to drawing enviroment's.
Fixed X position for "Remaining aircraft" and "Next aircraft" messages in GameGui.c
Diffstat (limited to 'Source/Makefile')
| -rw-r--r-- | Source/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Makefile b/Source/Makefile index 20027e2..09a1185 100644 --- a/Source/Makefile +++ b/Source/Makefile @@ -11,7 +11,7 @@ GNU_SIZE = mipsel-unknown-elf-size # Custom define flags for GCC DEFINE= -DFIXMATH_FAST_SIN -D_PAL_MODE_ -DEFINE += -DPSXSDK_DEBUG +#DEFINE += -DPSXSDK_DEBUG DEFINE += -DNO_CDDA DEFINE += -DNO_INTRO |
